From f8805dcb9cbfda1182761d3c1c9e345f53db3452 Mon Sep 17 00:00:00 2001
From: 叶松 <2217086471@qq.com>
Date: 星期四, 16 十一月 2023 09:17:24 +0800
Subject: [PATCH] 料仓搅拌站大屏书写
---
hd/pipe/engineeringManage/src/main/resources/mapping/SysProjectMapper.xml | 34 ++++++++++++++++++++++++++++++++++
1 files changed, 34 insertions(+), 0 deletions(-)
diff --git a/hd/pipe/engineeringManage/src/main/resources/mapping/SysProjectMapper.xml b/hd/pipe/engineeringManage/src/main/resources/mapping/SysProjectMapper.xml
index 9d0e4e3..276f25d 100644
--- a/hd/pipe/engineeringManage/src/main/resources/mapping/SysProjectMapper.xml
+++ b/hd/pipe/engineeringManage/src/main/resources/mapping/SysProjectMapper.xml
@@ -387,6 +387,40 @@
<if test="createUser != null">
create_user = #{createUser,jdbcType=VARCHAR},
</if>
+
+ <if test="createUnit != null">
+ create_unit = #{createUnit,jdbcType=VARCHAR},
+ </if>
+ <if test="planUnit != null">
+ plan_unit = #{planUnit,jdbcType=VARCHAR},
+ </if>
+ <if test="supervisionUnit != null">
+ supervision_unit = #{supervisionUnit,jdbcType=VARCHAR},
+ </if>
+ <if test="constructionUnit != null">
+ construction_unit = #{constructionUnit,jdbcType=VARCHAR},
+ </if>
+ <if test="outsideDiameter != null">
+ outside_diameter = #{outsideDiameter,jdbcType=DOUBLE},
+ </if>
+ <if test="innerDiameter != null">
+ inner_diameter = #{innerDiameter,jdbcType=DOUBLE},
+ </if>
+ <if test="thickness != null">
+ thickness = #{thickness,jdbcType=DOUBLE},
+ </if>
+ <if test="ringWidth != null">
+ ring_width = #{ringWidth,jdbcType=DOUBLE},
+ </if>
+ <if test="concreteStrengthGrade != null">
+ concrete_strength_grade = #{concreteStrengthGrade,jdbcType=VARCHAR},
+ </if>
+ <if test="impermeabilityLevel != null">
+ impermeability_level = #{impermeabilityLevel,jdbcType=VARCHAR},
+ </if>
+ <if test="waterproofType != null">
+ waterproof_type = #{waterproofType,jdbcType=VARCHAR},
+ </if>
</set>
where pro_id = #{proId,jdbcType=VARCHAR}
</update>
--
Gitblit v1.9.3