fix bug
This commit is contained in:
parent
0c69a77465
commit
050ce03e9c
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue