From b6ab5ef1688f1f35cfce6a27c373ce329afe03e9 Mon Sep 17 00:00:00 2001 From: cwchen <1048842385@qq.com> Date: Mon, 17 Jun 2024 10:21:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E7=A8=8B=E7=AE=80=E4=BB=8B=E6=97=A0?= =?UTF-8?q?=E6=B3=95=E4=BF=AE=E6=94=B9=E8=A7=A3=E5=86=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/ProMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/securitycontrol-model/securitycontrol-background/src/main/resources/mapper/ProMapper.xml b/securitycontrol-model/securitycontrol-background/src/main/resources/mapper/ProMapper.xml index a42389d..4f1468b 100644 --- a/securitycontrol-model/securitycontrol-background/src/main/resources/mapper/ProMapper.xml +++ b/securitycontrol-model/securitycontrol-background/src/main/resources/mapper/ProMapper.xml @@ -67,7 +67,7 @@ pro_name = #{proName},pro_cost = #{proCost},sg_unit = #{sgUnit},jl_unit = #{jlUnit},pro_type = #{proType}, pro_scale = #{proScale},manager = #{manager},now_gx = #{nowGx},status = #{status},plan_start_time = #{planStartTime}, plan_end_time = #{planEndTime},start_time = #{startTime},end_time = #{endTime},org = #{org},bid_type = #{bidType}, - sg_manage = #{sgManage},jl_manage = #{jlManage},sub_type = #{subType},tc_date = #{tcDate} WHERE pro_id = #{proId} + sg_manage = #{sgManage},jl_manage = #{jlManage},sub_type = #{subType},tc_date = #{tcDate},pro_brief = #{proBrief} WHERE pro_id = #{proId}