| | |
| | | <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> |