Commit fdac8148 authored by 徐俊's avatar 徐俊

xujun

parent c1d598fb
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
select * from com_talent_group_detail where group_id = #{groupId} order by created select * from com_talent_group_detail where group_id = #{groupId} order by created
</select> </select>
<select id="getTalentDetailList2" resultType="com.yiboshi.science.param.dto.Talent"> <select id="getTalentDetailList2" resultType="com.yiboshi.science.param.dto.ComTalentGroupDetailDTO">
select a.id, a.group_id, a.talent_id, a.remark, a.created, a.updated, b.cert_id, b.person_name, b.talent_category select a.id, a.group_id, a.talent_id, a.remark, a.created, a.updated, b.cert_id, b.person_name, b.talent_category
from com_talent_group_detail a left join com_talent_apply b on a.talent_id = b.id from com_talent_group_detail a left join com_talent_apply b on a.talent_id = b.id
left join com_person c on b.person_id = c.id left join com_person c on b.person_id = c.id
......
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