From fc06896dd3094f3b272d2f941c8f738479b5ad73 Mon Sep 17 00:00:00 2001 From: luohairen <3399054449@qq.com> Date: 星期五, 29 十一月 2024 07:48:26 +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