Commit 856f9cdd by 徐高华

通讯录

parent 4eba7414
......@@ -131,7 +131,7 @@ public class QywxDeptSyncOperation implements BaseSyncOperation {
}
this.preDealService.addTaskDepartStatusCache(taskId,0);
reason = this.getStaff(taskId,dataId,enterpriseId,wxEnterpriseId,secretSetting,qwDTO);
if(StringUtils.isBlank(reason)) {
if(StringUtils.isNotBlank(reason)) {
resultFlag = false ;
}
} catch (Exception e) {
......
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