地址新增问题修复
This commit is contained in:
parent
a50ccc7f1a
commit
248c4d5ee3
|
|
@ -82,7 +82,7 @@
|
|||
<if test="countryId != null and countryId != 0">#{countryId},</if>
|
||||
<if test="status != null">#{status},</if>
|
||||
<if test="address != null and address != ''">#{address},</if>
|
||||
<if test="isDefault != null and isDefault != 0">#{isDefault},</if>
|
||||
<if test="isDefault != null">#{isDefault},</if>
|
||||
<if test="createBy != null and createBy != ''">#{createBy},</if>
|
||||
<if test="remark != null and remark != ''">#{remark},</if>
|
||||
sysdate()
|
||||
|
|
|
|||
Loading…
Reference in New Issue