Commit 3e5d9dff by 徐高华

log

parent 31eddd89
......@@ -118,7 +118,7 @@ public class StaffDepartmentRelatedServiceImpl implements StaffDepartmentRelated
@Override
public void repairAllStaffDepart(String params) {
logger.info("修复成员部门={}",params);
logger.info("修复无部门成员={}",params);
int addDay = 0 ;
String wxEnterpriseId = null ;
if(params.contains("#")) {
......@@ -131,7 +131,7 @@ public class StaffDepartmentRelatedServiceImpl implements StaffDepartmentRelated
List<String> list = this.mapper.listNoDepartStaff(wxEnterpriseId, addDate) ;
if(CollectionUtils.isNotEmpty(list)) {
logger.info("修复成员部门,成员数={}",list.size());
DingUtils.send("修复成员部门信息,数量="+list.size(), false);
DingUtils.send("修复无部门成员消息,数量="+list.size(), false);
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