From 53ed2d685fb9bb90636b987a69bc2a4181210917 Mon Sep 17 00:00:00 2001 From: caihaohan Date: Fri, 2 Feb 2024 09:34:24 +0800 Subject: [PATCH] =?UTF-8?q?fix:=2080877=20=E4=BC=81=E6=A0=87=E5=88=B6?= =?UTF-8?q?=E4=BF=AE=E8=AE=A2=E6=B5=81=E7=A8=8B=EF=BC=88=E4=B8=BB=E8=B5=B7?= =?UTF-8?q?=E8=8D=89=E4=BA=BA=E5=88=86=E5=8F=91=EF=BC=89=20--=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E5=B8=A6=E5=87=BA=E7=9A=84=E6=A0=87=E5=87=86=E7=AD=89?= =?UTF-8?q?=E7=BA=A7=E5=88=86=E7=B1=BB=EF=BC=8C=E6=8E=88=E6=9D=83=E9=83=A8?= =?UTF-8?q?=E9=97=A8=E4=B8=8E=E6=A0=87=E5=87=86=E7=AD=89=E7=BA=A7=E6=B2=A1?= =?UTF-8?q?=E6=9C=89=E5=85=B3=E8=81=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../enterprise/mapper/xml/EnterpriseStandardPlanMapper.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/laws-modules/src/main/java/com/jero/modules/laws/enterprise/mapper/xml/EnterpriseStandardPlanMapper.xml b/laws-modules/src/main/java/com/jero/modules/laws/enterprise/mapper/xml/EnterpriseStandardPlanMapper.xml index 73c5e0d9..f15c66f3 100644 --- a/laws-modules/src/main/java/com/jero/modules/laws/enterprise/mapper/xml/EnterpriseStandardPlanMapper.xml +++ b/laws-modules/src/main/java/com/jero/modules/laws/enterprise/mapper/xml/EnterpriseStandardPlanMapper.xml @@ -211,7 +211,8 @@ p.standard_leading_necessity, p.project_expected_effects, p.upload_attachment, - p.quality_flag + p.quality_flag, + p.auth_dept FROM `laws_enterprise_standard_plan` AS p WHERE p.id = #{id}