bug修复
This commit is contained in:
parent
6555c13200
commit
b5755e748e
@ -197,8 +197,8 @@
|
|||||||
pe.id,
|
pe.id,
|
||||||
t.*
|
t.*
|
||||||
from xz_task_progress t
|
from xz_task_progress t
|
||||||
left join enterprise_info ei on ei.id = t.enterprise_id
|
join enterprise_info ei on ei.id = t.enterprise_id
|
||||||
left join project_enterprise pe on pe.enterprise_id = t.enterprise_id and pe.project_sn = t.project_sn
|
join project_enterprise pe on pe.enterprise_id = t.enterprise_id and pe.project_sn = t.project_sn
|
||||||
where t.project_sn = #{projectSn}
|
where t.project_sn = #{projectSn}
|
||||||
group by t.enterprise_id
|
group by t.enterprise_id
|
||||||
</select>
|
</select>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user