md
This commit is contained in:
parent
a96cd4e482
commit
c00fc8eee8
@ -125,7 +125,7 @@
|
||||
<if test="regionType != null">region_type = #{regionType},</if>
|
||||
<if test="shortName != null and shortName != ''">short_name = #{shortName},</if>
|
||||
<if test="parentCode != null and parentCode != ''">parent_code = #{parentCode},</if>
|
||||
<if test="areaId != null">area_id = #{areaId},</if>
|
||||
area_id = #{areaId},
|
||||
<if test="areaName != null and areaName != ''">area_name = #{areaName},</if>
|
||||
<if test="countryCode != null and countryCode != ''">country_code = #{countryCode},</if>
|
||||
<if test="countryName != null and countryName != ''">country_name = #{countryName},</if>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user