解决异常处理修改没有标段问题

This commit is contained in:
dxc
2021-03-01 11:21:43 +08:00
parent 3d0006f826
commit 0e8937cc3e

View File

@ -160,7 +160,7 @@
from biz_project_section t
left join biz_project_section_exception e on e.section_id = t.id and e.exception_id = ${exceptionId}
where t.project_id = ${projectId} and t.status != '9'
and exists (select e.* from biz_project_section_exception e,biz_project_section s where s.id = e.section_id and s.project_id = ${projectId} and e.exception_id != ${exceptionId})
and not exists (select e.* from biz_project_section_exception e,biz_project_section s where s.id = e.section_id and s.project_id = ${projectId} and e.exception_id != ${exceptionId})
</select>
<select id="selectEditSectionBySelect"