Commit 40eb9f6f by 徐高华

协管主导购开关判断

parent 4da0c05f
......@@ -287,11 +287,13 @@ public class HmLinkApiServiceImpl implements HmLinkApiService {
log.info("协管逻辑,主门店直接过滤");
continue;
}
hm = this.getHmFromClerk(clerkId, wxEnterpriseId);
if (null != hm) {
remarkMap.put("sm", "协管活码-主导购");
storeIdList = null;
break;
if(xgStore.getZs()==1) {
hm = this.getHmFromClerk(clerkId, wxEnterpriseId);
if (null != hm) {
remarkMap.put("sm", "协管活码-主导购");
storeIdList = null;
break;
}
}
storeIdList.add(item.getStoreIdRel());
clerkIdList.add(clerkId);
......
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