bug修复
This commit is contained in:
parent
6555c13200
commit
b5755e748e
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user