md
This commit is contained in:
parent
b4fd6e3098
commit
292ef263c9
@ -172,7 +172,7 @@
|
||||
<if test="city != null and city != ''">city = #{city},</if>
|
||||
<if test="county != null and county != ''">county = #{county},</if>
|
||||
<if test="address != null and address != ''">address = #{address},</if>
|
||||
<if test="post_code != null and post_code != ''">post_code = #{post_code},</if>
|
||||
<if test="postCode != null and postCode != ''">post_code = #{postCode},</if>
|
||||
<if test="email != null and email != ''">email = #{email},</if>
|
||||
<if test="company != null and company != ''">company = #{company},</if>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user