Commit 4a28bb76 by fudahua

同步通讯录 微信同步gic

parent b1015151
......@@ -90,7 +90,7 @@ public class QywxGroupSyncOperation implements BaseSyncOperation {
logger.info("处理企业微信部门:{}", JSONObject.toJSONString(dealParamMqDTO));
String reason = "";
TabHaobanDepartment parent = this.departmentService.getByWxId(dataPre.getpDataId(), dataPre.getWxEnterpriseId());
if (parent == null && dataPre.getpDataId().equals(0)) {
if (parent == null && dataPre.getpDataId().equals("0")) {
parent = new TabHaobanDepartment();
parent.setLevel(0);
parent.setDepartmentId("0");
......
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