Browse Source

fix

release_toaliyun_real
winter 1 year ago
parent
commit
26e71a0228
1 changed files with 3 additions and 0 deletions
  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 View 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());
}
}


Loading…
Cancel
Save