地址新增问题修复

This commit is contained in:
donqi 2022-07-19 09:55:00 +08:00
parent a50ccc7f1a
commit 248c4d5ee3
1 changed files with 1 additions and 1 deletions

View File

@ -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()