Commit 400d300f by 徐高华

log

parent 85fac05b
......@@ -131,6 +131,7 @@ public class StaffDepartmentRelatedServiceImpl implements StaffDepartmentRelated
Date addDate = DateUtil.addDay(DateUtil.getStartTimeOfDay(),-addDay) ;
List<String> list = this.mapper.listNoDepartStaff(wxEnterpriseId, addDate) ;
if(CollectionUtils.isNotEmpty(list)) {
logger.info("修复成员部门,成员数={}",list.size());
for(String staffId : list) {
this.repairStaffDepart(staffId);
}
......
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