Просмотр исходного кода

/、send

release_toaliyun_real
xhxu 4 лет назад
Родитель
Сommit
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);
}



Загрузка…
Отмена
Сохранить