Sfoglia il codice sorgente

fix

release_toaliyun_real
winter 1 anno fa
parent
commit
26e71a0228
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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 Vedi File

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


Caricamento…
Annulla
Salva