Commit ff269726 by 徐高华

非空判断

parent 40eb9f6f
......@@ -608,8 +608,8 @@ public class HmLinkController {
Map<String, Object> retMap = new HashMap<>();
HmLinkVO linkVO = EntityUtil.changeEntityByJSON(HmLinkVO.class, link);
//是否达上线
List<String> storeIdList = this.hmQrcodeApiService.getHmStoreForWxa(wxEnterpriseId, enterpriseId) ;
if (CollectionUtils.isNotEmpty(linkVO.getStoreList())) {
List<String> storeIdList = this.hmQrcodeApiService.getHmStoreForWxa(wxEnterpriseId, enterpriseId) ;
linkVO.getStoreList().forEach(item -> {
if (storeIdList.contains(item.getStoreId())) {
item.setIsOver(0);
......
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