Commit d1b2afc2 by qwmqiuwenmin

fix

parent 46422176
......@@ -170,13 +170,13 @@ public class SelfFriendSyncOperation implements BaseSyncOperation{
ExternalUserDTO dto = map.get(key);
if(dto != null){
if(tabHaobanPreDealLog.getDataType() == SyncTaskStatusEnum.self_friend_sync.getVal()){
if(tabHaobanPreDealLog.getDataType() == PreDealTypeEnum.self_friend.getVal()){
dto.setUnionId(unionId);
dto.setClerkId(clerkId);
dto.setEnterpriseId(enterpriseId);
dto.setMemberId(memberId);
dto.setStoreId(storeId);
}else if(tabHaobanPreDealLog.getDataType() == SyncTaskStatusEnum.friend_sync.getVal()){
}else if(tabHaobanPreDealLog.getDataType() == PreDealTypeEnum.friend.getVal()){
dto.setExternalUserId(tabHaobanPreDealLog.getDataId());
}
}else{
......
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