Commit bdc5b217 by 徐高华

积分别名

parent d07f149d
......@@ -1696,7 +1696,8 @@ public class WxStaffController extends WebBaseController {
if(CollectionUtils.isNotEmpty(list)) {
for(StaffStoreVO vo : list) {
String enterpriseId = vo.getEnterpriseId() ;
String integralText = "淘气值" ;
Map<String, String> map = this.enterpriseService.getResultAlias(enterpriseId) ;
String integralText = map.get("积分");
if(org.apache.commons.lang.StringUtils.isBlank(integralText)) {
integralText = "积分";
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment