|
@@ -171,6 +171,7 @@
|
|
|
<result column="file_Id" property="fileId" jdbcType="INTEGER" />
|
|
|
<result column="fileName" property="fileName" jdbcType="VARCHAR" />
|
|
|
<result column="file_path" property="filePath" jdbcType="VARCHAR" />
|
|
|
+ <result column="creatorid" property="creatorId" jdbcType="INTEGER" />
|
|
|
</resultMap>
|
|
|
<select id="selectCompanyContactListByCompanyId"
|
|
|
resultMap="ContactResultPageMap">
|
|
@@ -190,7 +191,8 @@
|
|
|
ci.contact_remark,
|
|
|
ci.file_id,
|
|
|
f.file_name,
|
|
|
- f.file_path
|
|
|
+ f.file_path,
|
|
|
+ info.creatorid
|
|
|
from company_contact_info info
|
|
|
left join contact_information ci
|
|
|
on info.company_id = ci.company_id and ci.isvalid=1 and info.contact_id= ci.id
|