bug修复

This commit is contained in:
guoshengxiong 2024-05-09 00:21:59 +08:00
parent 6555c13200
commit b5755e748e

View File

@ -197,8 +197,8 @@
pe.id,
t.*
from xz_task_progress t
left 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 enterprise_info ei on ei.id = t.enterprise_id
join project_enterprise pe on pe.enterprise_id = t.enterprise_id and pe.project_sn = t.project_sn
where t.project_sn = #{projectSn}
group by t.enterprise_id
</select>