BUG修改
This commit is contained in:
parent
57906dc1a3
commit
1d7a8b4a2e
|
|
@ -11,13 +11,10 @@
|
|||
#{creator},now(),#{updater},now())
|
||||
</insert>
|
||||
<update id="updateTypeData">
|
||||
update car_ma_type set name=#{name}
|
||||
update car_ma_type set name=#{name} ,remark=#{remark}
|
||||
<if test="unit!=null and unit!=''">
|
||||
,unit_name=#{unit}
|
||||
</if>
|
||||
<if test="remark!=null and remark!=''">
|
||||
,remark=#{remark}
|
||||
</if>
|
||||
where id=#{id}
|
||||
</update>
|
||||
<update id="updateTypeStatus">
|
||||
|
|
|
|||
Loading…
Reference in New Issue