|
|
@ -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; |
|
|
|