Commit 6eaec4dc authored by zhangsen's avatar zhangsen

巡检项目bug修改

parent 22a07a1d
......@@ -25,8 +25,8 @@
<if test="inputClassify != null ">input_classify=#{inputClassify},</if>
<if test="unit != null ">unit=#{unit},</if>
<if test="facilitiesType != null ">facilities_type=#{facilitiesType},</if>
<if test="keyPartsType != null ">key_parts_type=#{keyPartsType},</if>
<if test="customType != null ">custom_type=#{customType},</if>
<if test="1 == 1 ">key_parts_type=#{keyPartsType},</if>
<if test="1 == 1">custom_type=#{customType},</if>
<if test="equipmentType != null ">equipment_type=#{equipmentType},</if>
</trim>
WHERE id=#{id}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment