From 01410747fc92a6f7bccdf9497fcde43368dc9752 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期六, 30 十一月 2024 08:05:27 +0800 Subject: [PATCH] 项目跟进回显部门 --- business/src/main/resources/mapper/ProjectPlanProgressReportMapper.xml | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/business/src/main/resources/mapper/ProjectPlanProgressReportMapper.xml b/business/src/main/resources/mapper/ProjectPlanProgressReportMapper.xml index 5e7ddeb..8d2b74d 100644 --- a/business/src/main/resources/mapper/ProjectPlanProgressReportMapper.xml +++ b/business/src/main/resources/mapper/ProjectPlanProgressReportMapper.xml @@ -93,7 +93,6 @@ LEFT JOIN t_project_plan_progress_report AS pppr ON pppr.project_plan_info_id = ppi.id RIGHT JOIN t_project_plan_examine_record AS pper ON pper.project_plan_info_id = ppi.id WHERE ppi.id = #{id} - ORDER BY pper.gmt_create DESC LIMIT 1 </select> </mapper> -- Gitblit v1.8.0