Commit bbd21dfc authored by 廖旭伟's avatar 廖旭伟

事项列表增加材料统计字段

parent d9942a96
......@@ -76,7 +76,7 @@ public class MatterServiceImpl extends AbstractCRUDServiceImpl<MatterDao, Matter
}
@Override
protected void findAfter(MatterEntity entity, Context context, List<MatterEntity> list) throws AppException {
protected void findAfter(MatterEntity entity, PageInfo pageInfo, Context context, List<MatterEntity> list) throws AppException {
if(CollectionUtils.isNotEmpty(list)){
for(MatterEntity matterEntity:list){
MatterDatumEntity query = new MatterDatumEntity();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment