attr1字段可置空更新

This commit is contained in:
刘名喜 2024-12-19 09:16:11 +08:00
parent 47b4f94cd4
commit 64477b68c7

View File

@ -212,9 +212,7 @@
<if test="remark != null">
REMARK = #{remark},
</if>
<if test="attr1 != null">
ATTR1 = #{attr1},
</if>
<if test="attr2 != null">
ATTR2 = #{attr2},
</if>