Commit 02a4df1e by 徐高华

朋友圈

parent 6550cc8d
......@@ -79,7 +79,7 @@ public class QwMomentController {
}
ServiceResponse<Page<QwMomentPlanWxaDTO>> pageResp = this.qwMomentApiService.planListWxa(qdto) ;
Page<PlanListVO> retPage = PageHelperUtils.changePageToCurrentPage(pageResp.getResult(), PlanListVO.class);
if(qo.getPlanStatus()==1) {
if(qo.getPlanStatus()==1 && null != retPage && CollectionUtils.isNotEmpty(retPage.getResult())) {
for(PlanListVO vo : retPage.getResult()) {
// 作为失效的数量返回
vo.setNotExecNum(vo.getTotalNum()-vo.getExecNum());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment