Browse Source

/、send

release_toaliyun_real
xhxu 4 years ago
parent
commit
f178febb81
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      mallinkBApi/src/main/java/com/iformall/controller/WxCouponSendController.java

+ 3
- 3
mallinkBApi/src/main/java/com/iformall/controller/WxCouponSendController.java View File

@@ -68,9 +68,9 @@ public class WxCouponSendController extends BaseController {
}
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);
}



Loading…
Cancel
Save