Commit b7bc6785 by 徐高华

导购换门店改成通知

parent 091b426c
...@@ -224,6 +224,9 @@ public class StaffClerkRelationServiceImpl implements StaffClerkRelationService ...@@ -224,6 +224,9 @@ public class StaffClerkRelationServiceImpl implements StaffClerkRelationService
map.put("memberId", memberId) ; map.put("memberId", memberId) ;
map.put("clerkId", newClerkId) ; map.put("clerkId", newClerkId) ;
map.put("source","1") ; map.put("source","1") ;
if(!isChangeStore) {
map.put("source","2") ;
}
dto.setParams(map); dto.setParams(map);
this.haobanCommonMQApiService.putCommonMessage(dto); this.haobanCommonMQApiService.putCommonMessage(dto);
} }
......
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