Browse Source

/、.Wxshop

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

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

@@ -301,7 +301,7 @@ public class WxShopServiceImpl implements WxShopService {
if (null != ms.getShopId() && null != ms.getMerchantId()) { if (null != ms.getShopId() && null != ms.getMerchantId()) {
List<WxShopVo> mShopIds = retMap.get(ms.getMerchantId()); List<WxShopVo> mShopIds = retMap.get(ms.getMerchantId());
if (null == mShopIds) { if (null == mShopIds) {
mShopIds = new ArrayList<WxShopVo>();
mShopIds = new ArrayList<>();
} }
mShopIds.add(shopVoMap.get(ms.getShopId())); mShopIds.add(shopVoMap.get(ms.getShopId()));
retMap.put(ms.getMerchantId(), mShopIds); retMap.put(ms.getMerchantId(), mShopIds);


Loading…
Cancel
Save