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

添加材料排序

parent 7ec556ef
Pipeline #2625 canceled with stages
......@@ -17,6 +17,8 @@ public class MatterDatumVo extends BaseEntityLong {
* 事项名称
*/
private String matterName;
private String matterFullName;
/**
* 事项编号
*/
......
......@@ -545,6 +545,8 @@ public class MatterDatumServiceImpl extends AbstractCRUDServiceImpl<MatterDatumD
if (!ObjectUtils.isEmpty(matterEntity)) {
entity.setMatterNo(matterEntity.getMatterNo());
entity.setMatterName(matterEntity.getMatterName());
entity.setMatterFullName(matterEntity.getMatterName());
entity.setMateriaFullName(entity.getMaterialName());
}
});
......
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