Commit 6568cf35 by jianan

国家地区查询接口5

parent b4643847
......@@ -9,7 +9,7 @@
<result property="countryBizId" column="country_biz_id" />
<result property="name" column="name" />
<result property="countryCode" column="country_code" />
<result property="group" column="group" />
<result property="group" column="groupValue" />
<result property="areaCode" column="area_code" />
<result property="hotRank" column="hot_rank" />
<result property="remark" column="remark" />
......@@ -21,7 +21,7 @@
</resultMap>
<sql id="Base_Column_List">
id,country_biz_id,`name`,country_code,`group`,area_code,
id,country_biz_id,`name`,country_code,`group` as groupValue,area_code,
hot_rank,remark,is_deleted,creator_id,updater_id,
create_time,update_time
</sql>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment