Преглед изворни кода

/、send

release_toaliyun_real
xhxu пре 4 година
родитељ
комит
f178febb81
1 измењених фајлова са 3 додато и 3 уклоњено
  1. +3
    -3
      mallinkBApi/src/main/java/com/iformall/controller/WxCouponSendController.java

+ 3
- 3
mallinkBApi/src/main/java/com/iformall/controller/WxCouponSendController.java Прегледај датотеку

@@ -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…
Откажи
Сачувај