Commit a0531a61 authored by 赵啸非's avatar 赵啸非

添加材料数量统计

parent dc0de44f
......@@ -49,7 +49,6 @@ public class MatterServiceImpl extends AbstractCRUDServiceImpl<MatterDao, Matter
matterEntity.setDatumCount(matterEntity.getMatterDatumList().size());
matterEntity.getMatterDatumList().forEach(matterDatumEntity -> {
matterDatumEntity.setMatterName(matterEntity.getMatterName());
matterDatumEntity.setMateriaFullName(matterEntity.getMatterFullName());
matterDatumEntity.setMatterNo(matterEntity.getMatterNo());
matterDatumEntity.setDeptCode(matterEntity.getDeptCode());
});
......
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