This commit is contained in:
linfso 2024-06-26 14:53:22 +08:00
parent a96cd4e482
commit c00fc8eee8

View File

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