Browse Source

/。bug

release_toaliyun_real
xhxu 4 years ago
parent
commit
73681e3fd6
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      mallinkService/src/main/java/com/iformall/service/impl/WxShopServiceImpl.java

+ 2
- 2
mallinkService/src/main/java/com/iformall/service/impl/WxShopServiceImpl.java View File

@@ -206,8 +206,8 @@ public class WxShopServiceImpl implements WxShopService {
for (int i = 0 ;i < merchantShopList.size() ; i ++) {
WxMerchantShop ms = merchantShopList.get(i);
if (null != ms ) {
if (!merchantIds.contains(ms.getId())) {
merchantIds.add(ms.getId());
if (!merchantIds.contains(ms.getMerchantId())) {
merchantIds.add(ms.getMerchantId());
}
if (null != ms.getShopId() && null != ms.getMerchantId()) {
shopMerchantIdMap.put(ms.getShopId(), ms.getMerchantId());


Loading…
Cancel
Save