Commit 1bb5b161 by 徐高华

协管导购不过滤服务门店

parent 2f0852be
......@@ -275,9 +275,9 @@ public class HmLinkApiServiceImpl implements HmLinkApiService {
// 协管导购
for (MemberStoreClerkDataDTO item : list) {
String clerkId = item.getClerkIdRel();
if (clerkId.equals(mainClerkId)) {
/*if (clerkId.equals(mainClerkId)) {
continue;
}
}*/
hm = this.getHmFromClerk(clerkId, wxEnterpriseId);
if (null != hm) {
storeIdList = null;
......@@ -374,7 +374,7 @@ public class HmLinkApiServiceImpl implements HmLinkApiService {
}
// 生成动态活码
retDTO.setRemarkMap(remarkMap);
log.info("活码数据返回={}",JSON.toJSONString(retDTO, true));
log.info("活码数据返回={}",JSON.toJSONString(retDTO));
return ServiceResponse.success(retDTO);
}
......
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