|
|
@@ -82,7 +82,11 @@ public class WxLevelConfigServiceImpl implements WxLevelConfigService { |
|
|
dto.setLevelEndScore(page.getList().get(i+1).getPoints()); |
|
|
dto.setLevelEndScore(page.getList().get(i+1).getPoints()); |
|
|
|
|
|
|
|
|
l.setUserCount(wxCUserBasicInfoService.findCountByScore(dto)); |
|
|
l.setUserCount(wxCUserBasicInfoService.findCountByScore(dto)); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
WxLevelConfigCoupon cc = new WxLevelConfigCoupon(); |
|
|
|
|
|
cc.updateTenantInfo(l); |
|
|
|
|
|
cc.setLevelId(l.getId()); |
|
|
|
|
|
l.setCoupons(wxLevelConfigCouponMapper.findList(cc)); |
|
|
} |
|
|
} |
|
|
return page; |
|
|
return page; |
|
|
} |
|
|
} |
|
|
|