Commit 3319794f authored by wangxl's avatar wangxl

Merge remote-tracking branch 'origin/master'

parents 0e9cfd22 0e0daecb
......@@ -30,10 +30,9 @@
</select>
<select id="getEcaluationStatisticListByPage" resultType="com.yiboshi.science.param.dto.ComExpertDTO">
SELECT a.id, e.person_name,e.cert_id,e.mobile,e.email,e.unit_id,e.work_unit,d.unit_name,d.unit_type,i.name title_name,f.username,f.password,
g.group_year, count(c.proj_id) as projectCount
g.group_year, (select count(*) from com_project_group_detail where group_id = b.group_id) as projectCount
FROM com_expert a
left join com_project_group_assign b on a.id = b.expert_id
left join com_project_group_detail c on b.group_id = c.group_id
left join com_project_group g on b.group_id = g.id
left join com_person e on a.person_id = e.id
left join com_unit d on e.unit_id = d.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