|
@@ -5,6 +5,7 @@ import java.util.Map;
|
|
|
|
|
|
import org.apache.commons.lang3.StringUtils;
|
|
import org.apache.commons.lang3.StringUtils;
|
|
import org.fouram.core.base.service.BaseService;
|
|
import org.fouram.core.base.service.BaseService;
|
|
|
|
+import org.fouram.core.plugin.weixin.cp.util.WXCpMessageUtil;
|
|
import org.fouram.core.plugin.weixin.cp.util.WXCpUserUtil;
|
|
import org.fouram.core.plugin.weixin.cp.util.WXCpUserUtil;
|
|
import org.fouram.core.util.DateUtil;
|
|
import org.fouram.core.util.DateUtil;
|
|
import org.fouram.core.util.LoggerUtil;
|
|
import org.fouram.core.util.LoggerUtil;
|
|
@@ -71,7 +72,7 @@ public class TaskService extends BaseService {
|
|
List<SapUser> unableSapUsers = sapUserService.selectDeleteList();
|
|
List<SapUser> unableSapUsers = sapUserService.selectDeleteList();
|
|
LoggerUtil.info("SAP禁用数据->" + unableSapUsers.size());
|
|
LoggerUtil.info("SAP禁用数据->" + unableSapUsers.size());
|
|
if (unableSapUsers.size() > 0) {
|
|
if (unableSapUsers.size() > 0) {
|
|
-
|
|
|
|
|
|
+ WXCpMessageUtil.sendQuitUserMsg("离职用户"+unableSapUsers.size()+"个,请确认");
|
|
}
|
|
}
|
|
|
|
|
|
// 部分数据插入微信未成功,处理数据后,重新插入
|
|
// 部分数据插入微信未成功,处理数据后,重新插入
|