Explorar el Código

/、.Wxshop

release_toaliyun_real
xhxu hace 4 años
padre
commit
39fcc2dd6a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 Ver fichero

@@ -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);


Cargando…
Cancelar
Guardar