订单备注
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user