|
@@ -23,10 +23,14 @@
|
|
|
<result property="clientremark" column="clientRemark"/>
|
|
<result property="clientremark" column="clientRemark"/>
|
|
|
<result property="inputuserid" column="inputUserid"/>
|
|
<result property="inputuserid" column="inputUserid"/>
|
|
|
<result property="toporgid" column="topOrgid"/>
|
|
<result property="toporgid" column="topOrgid"/>
|
|
|
|
|
+ <result property="registrationDate" column="registration_date"/>
|
|
|
|
|
+ <result property="businessScope" column="business_scope"/>
|
|
|
|
|
+ <result property="companyProfile" column="company_profile"/>
|
|
|
|
|
+ <result property="operationsContent" column="operations_content"/>
|
|
|
</resultMap>
|
|
</resultMap>
|
|
|
<select id="selectWgClientInfo" resultType="io.renren.modules.qmgj.entity.WgClientInfoEntity">
|
|
<select id="selectWgClientInfo" resultType="io.renren.modules.qmgj.entity.WgClientInfoEntity">
|
|
|
SELECT
|
|
SELECT
|
|
|
- id,companyName,companyAdress,
|
|
|
|
|
|
|
+ id,companyName,companyAdress,registration_date,business_scope,company_profile,operations_content,
|
|
|
getItemName(65,industry) as industry,
|
|
getItemName(65,industry) as industry,
|
|
|
`name`, phone, position,
|
|
`name`, phone, position,
|
|
|
getItemName(66,source) as source,
|
|
getItemName(66,source) as source,
|