liupeng 4 vuotta sitten
vanhempi
commit
be4345595e

+ 1 - 1
code/sapparent/sapservice/src/main/java/org/fouram/service/SyncSapUserToWxService.java

@@ -59,7 +59,7 @@ public class SyncSapUserToWxService extends BaseService {
 		// 更新用户头像
 		sapUserService.updateAvatars();
 		// NORMAL数据更新同步企业微信
-//		sapUserService.updateAllNormalSyncWxResult();
+		sapUserService.updateAllNormalSyncWxResult();
 		// 发送禁用企业微信账号信息
 //		this.sendQuitUserMsg();
 		WebConstants.CACHE.remove(WebConstants.CACHE_SYNC_SAP);