Commit 0bcf1597 by fudahua

同步通讯录 同步判断

parent ac4682b6
......@@ -103,6 +103,7 @@ public class StoreSyncOperation implements BaseSyncOperation {
department.setChainName(pParentDepartment.getChainName() + Constant.NAME_SEPARATOR + department.getDepartmentName());
department.setIsStore(1);
department.setStoreCode(storeDTO.getStoreCode());
department.setRelatedCode(storeDTO.getStoreCode());
department.setLevel(pParentDepartment.getLevel() + 1);
department.setRelatedId(dealParamMqDTO.getData());
//状态 处理状态
......
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