Commit 4721e424 authored by wangxl's avatar wangxl

1

parent 94e45405
......@@ -49,7 +49,7 @@
SELECT a.*,d.name title_name,f.name spec_name
FROM com_talent_members a
left join system_parameter d on a.title = d.id and d.type_id = 7
left join system_parameter f on a.spec = f.id and f.type_id = 68
left join system_parameter f on a.spec = f.id and f.type_id = 69
where talent_id=#{talentId}
order by a.show_index asc
</select>
......
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