多语言(英语、法语、西班牙语、德语、波兰语、阿拉伯语)修改
This commit is contained in:
@ -4,7 +4,16 @@
|
||||
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
||||
<mapper namespace="com.ho.business.mapper.StationMapper">
|
||||
|
||||
|
||||
<sql id="Base_Column_List_All">
|
||||
id
|
||||
,pid,group_id,dept_id,address,longitude,latitude,capacity,rate_power,
|
||||
name,name_en,name_fra,name_spa,name_de,name_pl,name_ara,
|
||||
nation,nation_en,nation_fra,nation_spa,nation_de,nation_pl,nation_ara,
|
||||
province,province_en,province_fra,province_spa,province_de,province_pl,province_ara,
|
||||
status,type,create_time,contact,contact_details,grid_time,
|
||||
update_time,deleted,is_enable,cabin_num,district,ad_code,is_daily_count,topology_type,cupboard_type,plan_version,inverter_flag,pv_power,icc_id,province,city,
|
||||
electricity_type,customer_type,voltage_level,batch_number
|
||||
</sql>
|
||||
<sql id="Base_Column_List">
|
||||
id
|
||||
,pid,group_id,dept_id,address,longitude,latitude,capacity,rate_power,
|
||||
@ -91,7 +100,7 @@
|
||||
|
||||
<select id="selectByPrimaryKey" resultType="com.ho.business.entity.Station">
|
||||
select
|
||||
<include refid="Base_Column_List"/>
|
||||
<include refid="Base_Column_List_All"/>
|
||||
from station
|
||||
where id = #{id,jdbcType=INTEGER}
|
||||
</select>
|
||||
|
||||
Reference in New Issue
Block a user