订单备注
This commit is contained in:
@@ -512,6 +512,9 @@
|
|||||||
<if test="masterId != null">
|
<if test="masterId != null">
|
||||||
master_id = #{masterId,jdbcType=VARCHAR},
|
master_id = #{masterId,jdbcType=VARCHAR},
|
||||||
</if>
|
</if>
|
||||||
|
<if test="remark != null and remark!=''">
|
||||||
|
remark = #{remark,jdbcType=VARCHAR},
|
||||||
|
</if>
|
||||||
</set>
|
</set>
|
||||||
where id = #{id,jdbcType=INTEGER}
|
where id = #{id,jdbcType=INTEGER}
|
||||||
</update>
|
</update>
|
||||||
|
|||||||
Reference in New Issue
Block a user