八项作业对接问题修改1

pull/14/head
limingyu 2024-01-05 15:12:26 +08:00
parent 3da9ff64aa
commit 9d8d1d4f7a
1 changed files with 2 additions and 2 deletions

View File

@ -6,9 +6,9 @@
<!-- 列表 -->
<select id="datalist" parameterType="page" resultType="pd">
select
CONCAT_WS(" ","受限空间作业",f.WORK_PERMIT_NUMBER) as CHECK_NO,f.CONFINEDSPACE_ID as ID
CONCAT_WS(" ","受限空间作业",f.CHECK_NO) as CHECK_NO,f.CONFINEDSPACE_ID as ID
from
bus_confinedspace f
gf_confinedspace f
where f.ISDELETE = '0' and f.APPLY_STATUS &gt; 0 and f.APPLY_STATUS &lt; 6 and f.CORPINFO_ID = #{pd.CORPINFO_ID}
union
select