Commit df21b41e authored by 曹盼盼's avatar 曹盼盼

修改

parent ac0b0a6f
......@@ -51,6 +51,7 @@
and pt.`construction_Unit` like concat('%',#{project.constructionUnit},'%')
</if>
</where>
GROUP BY pg.instance_id
order by pt.rec_date desc
</select>
......
......@@ -358,6 +358,8 @@ public class ProjectServiceImpl extends BaseService<ProjectDto, Project, Project
}
List<ProjectDto> projectDtoList = getPage(projects);
page.setRecords(projectDtoList);
page.setTotal(projectDtoList.size());
return page;
}
......
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