Commit 957d6897 by 徐高华

Merge branch 'feature/社群' into 'developer'

任务

See merge request !798
parents 91a77f70 b181d9d4
...@@ -144,7 +144,7 @@ public class GroupChatPlanOwnerLogServiceImpl implements GroupChatPlanOwnerLogSe ...@@ -144,7 +144,7 @@ public class GroupChatPlanOwnerLogServiceImpl implements GroupChatPlanOwnerLogSe
String storeId = mainStore.getStoreId(); String storeId = mainStore.getStoreId();
StaffClerkRelationDTO clerk = this.staffClerkRelationService.getOneBindByStoreId(staffId, storeId); StaffClerkRelationDTO clerk = this.staffClerkRelationService.getOneBindByStoreId(staffId, storeId);
if (null != clerk) { if (null != clerk) {
if (clerk.getEnterpriseId().equals(entity.getEnterpriseId())) { if (!clerk.getEnterpriseId().equals(entity.getEnterpriseId())) {
entity.setRemark("主门店不在任务商户下"); entity.setRemark("主门店不在任务商户下");
} else { } else {
entity.setClerkId(clerk.getClerkId()); entity.setClerkId(clerk.getClerkId());
......
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