|
|
@@ -68,9 +68,9 @@ public class WxCouponSendController extends BaseController { |
|
|
} |
|
|
} |
|
|
final PageInfo<WxCouponSendVo> page = wxCouponSendService.listAsPage(wxCouponSend, pageNum, pageSize); |
|
|
final PageInfo<WxCouponSendVo> page = wxCouponSendService.listAsPage(wxCouponSend, pageNum, pageSize); |
|
|
|
|
|
|
|
|
for (WxCouponSendVo cs : page.getList()) { |
|
|
|
|
|
cs.setSendCount(wxCouponActionLogService.getCountByChannelId(wxCouponSend, cs.getSendType(), cs.getId())); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
// for (WxCouponSendVo cs : page.getList()) { |
|
|
|
|
|
// cs.setSendCount(wxCouponActionLogService.getCountByChannelId(wxCouponSend, cs.getSendType(), cs.getId())); |
|
|
|
|
|
// } |
|
|
return new ResultData(page); |
|
|
return new ResultData(page); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|