Commit 42bfbb35 authored by 赵啸非's avatar 赵啸非

修改考勤汇总

parent 00cc35d9
......@@ -98,8 +98,11 @@ public class TestController {
Long deptId = item.getKey();
Long count = item.getValue();
DeptEntity deptEntity = deptService.get(deptId);
if(!ObjectUtils.isEmpty(deptEntity)){
deptEntity.setPersonNum(count.intValue());
deptService.update(deptEntity);
}
});
//更新父部门的人数归集
......
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