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}