Sfoglia il codice sorgente

/、send

release_toaliyun_real
xhxu 4 anni fa
parent
commit
f178febb81
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. +3
    -3
      mallinkBApi/src/main/java/com/iformall/controller/WxCouponSendController.java

+ 3
- 3
mallinkBApi/src/main/java/com/iformall/controller/WxCouponSendController.java Vedi 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);
}



Caricamento…
Annulla
Salva