From 8ccf1934aa075204591e476d802398ec87f60d30 Mon Sep 17 00:00:00 2001 From: du <1725534722@qq.com> Date: Fri, 27 Sep 2024 13:44:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mapper/jjh/declaration/BmsTemplateRecordMapper.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ruoyi-admin/src/main/resources/mapper/jjh/declaration/BmsTemplateRecordMapper.xml b/ruoyi-admin/src/main/resources/mapper/jjh/declaration/BmsTemplateRecordMapper.xml index d640af9..79ebbca 100644 --- a/ruoyi-admin/src/main/resources/mapper/jjh/declaration/BmsTemplateRecordMapper.xml +++ b/ruoyi-admin/src/main/resources/mapper/jjh/declaration/BmsTemplateRecordMapper.xml @@ -26,17 +26,20 @@ a.end_time, a.file_name, a.road, - + a.notes, a.status, a.create_by, a.create_time, a.update_by, a.update_time, a.remark, + a.is_time, + a.is_approval, b.responsibility_unit, b.project_big_type as projectBigType, b.project_middle_type as projectMiddleType, b.project_small_type as projectSmallType + FROM bms_template_record a inner JOIN bms_template_info b ON a.template_id = b.id where a.id = #{id}