Selaa lähdekoodia

fix

release_toaliyun_real
winter 1 vuosi sitten
vanhempi
commit
26e71a0228
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  1. +3
    -0
      mallinkService/src/main/java/com/iformall/service/impl/WxShopServiceImpl.java

+ 3
- 0
mallinkService/src/main/java/com/iformall/service/impl/WxShopServiceImpl.java Näytä tiedosto

@@ -331,6 +331,9 @@ public class WxShopServiceImpl implements WxShopService {
if (null != su) {
shop.put("shopUserType", su.getType());
shop.put("shopUserTypeName", su.getTypeName());
if (StringUtils.isNotBlank(su.getTypeName())) {
shop.put("shopUserTypeNameShort", su.getTypeName().substring(0,1));
}
shop.put("shopUserName", su.getName());
}
}


Ladataan…
Peruuta
Tallenna