订单备注

This commit is contained in:
2024-08-01 11:15:50 +08:00
parent f3f0e39459
commit e617e08923

View File

@@ -512,6 +512,9 @@
<if test="masterId != null">
master_id = #{masterId,jdbcType=VARCHAR},
</if>
<if test="remark != null and remark!=''">
remark = #{remark,jdbcType=VARCHAR},
</if>
</set>
where id = #{id,jdbcType=INTEGER}
</update>