Commit 4f2d3c95 by 徐高华

协管逻辑,主门店直接过滤

parent 1eecbb21
......@@ -275,9 +275,10 @@ public class HmLinkApiServiceImpl implements HmLinkApiService {
// 协管导购
for (MemberStoreClerkDataDTO item : list) {
String clerkId = item.getClerkIdRel();
/*if (clerkId.equals(mainClerkId)) {
if (mainStoreId.equals(item.getStoreIdRel())) {
log.info("协管逻辑,主门店直接过滤");
continue;
}*/
}
hm = this.getHmFromClerk(clerkId, wxEnterpriseId);
if (null != hm) {
storeIdList = null;
......
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