Commit bbfd15d0 authored by chenzhao's avatar chenzhao

修改检查项编辑sql

parent a11df10a
......@@ -24,6 +24,10 @@
<if test="checkMethod != null ">check_method=#{checkMethod},</if>
<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="equipmentType != null ">equipment_type=#{equipmentType},</if>
</trim>
WHERE id=#{id}
</update>
......
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