Parcourir la source

/、.Wxshop

release_toaliyun_real
xhxu il y a 4 ans
Parent
révision
39fcc2dd6a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 Voir le fichier

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


Chargement…
Annuler
Enregistrer