Commit d4a2cc41 by qwmqiuwenmin

fix

parent f967ff24
......@@ -87,6 +87,7 @@ public class FriendSyncOperation implements BaseSyncOperation {
pojo.setStoreId(mainStore.getStoreId());
pojo.setClerkId(staffClerkRelationDTO.getClerkId());
pojo.setWxUserId(wxUserId);
pojo.setStaffId(staffClerkRelationDTO.getStaffId());
if(pojo != null){
dealSuccess(taskId, externalUserId,JSON.toJSONString(pojo),wxEnterpriseId);
}
......
......@@ -98,6 +98,7 @@ public class SelfFriendSyncOperation implements BaseSyncOperation{
pojo.setStoreId(mainStore.getStoreId());
pojo.setClerkId(staffClerkRelationDTO.getClerkId());
pojo.setWxUserId(wxUserId);
pojo.setStaffId(staffClerkRelationDTO.getStaffId());
//新增导购和外部联系人关系
String clerkCode = staffClerkRelationDTO.getClerkCode();
......
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