|
@@ -445,6 +445,8 @@ public class PmDemandServiceImpl extends ServiceImpl<PmDemandMapper, PmDemand> i
|
|
|
lw.apply("(project_status = 16 or project_status = 17 )");
|
|
|
}
|
|
|
|
|
|
+ lw.last(" order by project_status, plan_demand_sub_time");
|
|
|
+
|
|
|
IPage<PmDemand> pageRes = this.page(new Page<>(pmDemandReqVo.getPageNum(), pmDemandReqVo.getPageSize()), lw);
|
|
|
IPage<PmDemandResVo> results = new Page<>(pageRes.getCurrent(), pageRes.getSize(), pageRes.getTotal());
|
|
|
if (pageRes.getRecords() != null && pageRes.getRecords().size() > 0) {
|