Commit e14ff23d by 徐高华

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

店长

See merge request !811
parents e74eb179 d8739809
...@@ -210,6 +210,7 @@ public class GroupChatPlanOwnerLogServiceImpl implements GroupChatPlanOwnerLogSe ...@@ -210,6 +210,7 @@ public class GroupChatPlanOwnerLogServiceImpl implements GroupChatPlanOwnerLogSe
if (clerkType == 1) { if (clerkType == 1) {
storeId = clerk.getStoreId(); storeId = clerk.getStoreId();
clerkId = null; clerkId = null;
qdto.setClerkId(null);
} }
qdto.setStoreId(storeId); qdto.setStoreId(storeId);
List<GroupChatPlanOwnerLogDTO> list = this.groupChatPlanOwnerLogMapper.listOwnerLogPageForWxa(qdto); List<GroupChatPlanOwnerLogDTO> list = this.groupChatPlanOwnerLogMapper.listOwnerLogPageForWxa(qdto);
......
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