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

添加材料分类字段

parent 2c21cd50
...@@ -297,7 +297,7 @@ public class MatterDatumServiceImpl extends AbstractCRUDServiceImpl<MatterDatumD ...@@ -297,7 +297,7 @@ public class MatterDatumServiceImpl extends AbstractCRUDServiceImpl<MatterDatumD
} }
} }
if (!ObjectUtils.isEmpty(collect)) { if (!ObjectUtils.isEmpty(collect)) {
DatumCategoryEntity datumCategoryEntity = collect.get(entity.getId()); DatumCategoryEntity datumCategoryEntity = collect.get(entity.getCategoryId());
if (!ObjectUtils.isEmpty(datumCategoryEntity)) { if (!ObjectUtils.isEmpty(datumCategoryEntity)) {
entity.setCategoryId(datumCategoryEntity.getCategoryId()); entity.setCategoryId(datumCategoryEntity.getCategoryId());
entity.setCategoryName(datumCategoryEntity.getCategoryName()); entity.setCategoryName(datumCategoryEntity.getCategoryName());
......
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