|
|
@ -648,6 +648,10 @@ and grid.id not in |
|
|
|
SELECT t.dept_id |
|
|
|
FROM esua_epdc_admin.sys_dept_config t |
|
|
|
WHERE t.del_flag= '0') |
|
|
|
AND eis.GRID_ID NOT IN( |
|
|
|
SELECT t.dept_id |
|
|
|
FROM esua_epdc_admin.sys_dept_config t |
|
|
|
WHERE t.del_flag= '0') |
|
|
|
GROUP BY sd.id) t |
|
|
|
</select> |
|
|
|
<select id="selectAgencyIssueShiftProjectIncr" |
|
|
@ -666,6 +670,10 @@ and grid.id not in |
|
|
|
SELECT t.dept_id |
|
|
|
FROM esua_epdc_admin.sys_dept_config t |
|
|
|
WHERE t.del_flag= '0') |
|
|
|
AND eis.GRID_ID NOT IN( |
|
|
|
SELECT t.dept_id |
|
|
|
FROM esua_epdc_admin.sys_dept_config t |
|
|
|
WHERE t.del_flag= '0') |
|
|
|
GROUP BY sd.id |
|
|
|
</select> |
|
|
|
<select id="gridRegUser" resultType="com.elink.esua.epdc.dto.screen.result.ScreenGridRegUserResultDTO"> |
|
|
|