|
@@ -7,6 +7,7 @@
|
|
|
<resultMap id="BaseResultMap" type="com.zksy.base.domain.BasicInfo">
|
|
<resultMap id="BaseResultMap" type="com.zksy.base.domain.BasicInfo">
|
|
|
<id property="id" column="id" jdbcType="VARCHAR"/>
|
|
<id property="id" column="id" jdbcType="VARCHAR"/>
|
|
|
<result property="companyProfile" column="company_profile" jdbcType="VARCHAR"/>
|
|
<result property="companyProfile" column="company_profile" jdbcType="VARCHAR"/>
|
|
|
|
|
+ <result property="companyProfileTwo" column="company_profile_two" jdbcType="VARCHAR"/>
|
|
|
<result property="companyProfileUrl" column="company_profile_url" jdbcType="VARCHAR"/>
|
|
<result property="companyProfileUrl" column="company_profile_url" jdbcType="VARCHAR"/>
|
|
|
<result property="softwareIntroduction" column="software_introduction" jdbcType="VARCHAR"/>
|
|
<result property="softwareIntroduction" column="software_introduction" jdbcType="VARCHAR"/>
|
|
|
<result property="hardwareIntroduction" column="hardware_introduction" jdbcType="VARCHAR"/>
|
|
<result property="hardwareIntroduction" column="hardware_introduction" jdbcType="VARCHAR"/>
|
|
@@ -23,7 +24,7 @@
|
|
|
</resultMap>
|
|
</resultMap>
|
|
|
|
|
|
|
|
<sql id="Base_Column_List">
|
|
<sql id="Base_Column_List">
|
|
|
- id,company_profile,company_profile_url,
|
|
|
|
|
|
|
+ id,company_profile,company_profile_two,company_profile_url,
|
|
|
software_introduction,hardware_introduction,telephone,
|
|
software_introduction,hardware_introduction,telephone,
|
|
|
service_hotline,consultation_hotline,email,
|
|
service_hotline,consultation_hotline,email,
|
|
|
address,qr_code_url,create_by,
|
|
address,qr_code_url,create_by,
|