attr1字段可置空更新
This commit is contained in:
parent
47b4f94cd4
commit
64477b68c7
@ -212,9 +212,7 @@
|
|||||||
<if test="remark != null">
|
<if test="remark != null">
|
||||||
REMARK = #{remark},
|
REMARK = #{remark},
|
||||||
</if>
|
</if>
|
||||||
<if test="attr1 != null">
|
ATTR1 = #{attr1},
|
||||||
ATTR1 = #{attr1},
|
|
||||||
</if>
|
|
||||||
<if test="attr2 != null">
|
<if test="attr2 != null">
|
||||||
ATTR2 = #{attr2},
|
ATTR2 = #{attr2},
|
||||||
</if>
|
</if>
|
||||||
|
Loading…
Reference in New Issue
Block a user