This commit is contained in:
kuang.yifei@iwhalecloud.com 2022-06-20 10:07:44 +08:00
parent 0c69a77465
commit 050ce03e9c
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@
<if test="deptId != null and deptId != 0">#{deptId},</if> <if test="deptId != null and deptId != 0">#{deptId},</if>
<if test="code != null">#{code},</if> <if test="code != null">#{code},</if>
<if test="customerId != null and customerId != 0">#{customerId},</if> <if test="customerId != null and customerId != 0">#{customerId},</if>
<if test="addressId != null and addressId != 0">#{address_id},</if> <if test="addressId != null and addressId != 0">#{addressId},</if>
<if test="orderType != null">#{orderType},</if> <if test="orderType != null">#{orderType},</if>
<if test="orderStatus != null">#{orderStatus},</if> <if test="orderStatus != null">#{orderStatus},</if>
<if test="payType != null">#{payType},</if> <if test="payType != null">#{payType},</if>