Browse Source

【内容审核】-【部门类型修改】-(王童)-2020/07/30

feature/subCheck
Jackwang 5 years ago
parent
commit
a910bb5666
  1. 2
      epdc-commons-tools/src/main/java/com/elink/esua/epdc/commons/tools/security/content/CheckDataUtils.java

2
epdc-commons-tools/src/main/java/com/elink/esua/epdc/commons/tools/security/content/CheckDataUtils.java

@ -308,7 +308,7 @@ public class CheckDataUtils {
record.setAllDeptIds(deptDTO.getAllDeptIds());
record.setAllDeptNames(deptDTO.getAllDeptNames());
// 部门
record.setDeptId(deptDTO.getGridId().toString());
record.setDeptId(deptDTO.getGridId());
record.setDeptName(deptDTO.getGrid());
return record;

Loading…
Cancel
Save