Explorar el Código

/、send

release_toaliyun_real
xhxu hace 4 años
padre
commit
f178febb81
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. +3
    -3
      mallinkBApi/src/main/java/com/iformall/controller/WxCouponSendController.java

+ 3
- 3
mallinkBApi/src/main/java/com/iformall/controller/WxCouponSendController.java Ver fichero

@@ -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);
}



Cargando…
Cancelar
Guardar