This commit is contained in:
wangliwen 2022-07-12 14:56:31 +08:00
parent 5a603f5cf0
commit 9426860495
1 changed files with 3 additions and 1 deletions

View File

@ -218,8 +218,10 @@ public class CensusController {
{
put("provide", type);
put("deptId", deptId);
if (deptDTO != null) {
put("deptName", deptDTO.getName());
}
}
});
});
return task;