Explorar el Código

fix

release_toaliyun_real
winter hace 1 año
padre
commit
26e71a0228
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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 Ver fichero

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


Cargando…
Cancelar
Guardar