Commit 688ccd92 by 墨竹

Merge remote-tracking branch 'origin/developer' into developer

parents da70cf38 ecc5d898
......@@ -159,14 +159,11 @@ public class HmStoreController {
if (CollectionUtils.isNotEmpty(statusList)) {
ServiceResponse<List<String>> hmClerkResp = this.hmQrcodeApiService.listHasQrcodeClerk(enterpriseId,
statusList);
if (!hmClerkResp.isSuccess()) {
}
if (CollectionUtils.isNotEmpty(hmClerkResp.getResult())) {
status3List.addAll(hmClerkResp.getResult());
}
status4List
.addAll(statusList.stream().filter(id -> (!status2List.contains(id) && !status3List.contains(id)))
.addAll(statusList.stream().filter(id -> (!status3List.contains(id)))
.collect(Collectors.toList()));
}
logger.info("导购列表未开启客户联系的={} , 已有单人活码的={}, 可以创建单人活码的={}", status2List, status3List, status4List);
......
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