|
|
|
@ -76,7 +76,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
<select id="selectListArchiveDeptInfo" resultType="com.elink.esua.epdc.dto.result.ArchiveDeptResultDTO"> |
|
|
|
select DEPT,DEPT_ID from epdc_archives where DEL_FLAG = '0' group by DEPT_ID LIMIT #{pageIndex},#{pageSize} |
|
|
|
select DEPT,DEPT_ID from epdc_archives where DEL_FLAG = '0' group by DEPT_ID ORDER BY DEPT LIMIT #{pageIndex},#{pageSize} |
|
|
|
</select> |
|
|
|
|
|
|
|
<select id="selectListArchiveInfo" resultType="com.elink.esua.epdc.dto.result.ArchiveResultDTO"> |
|
|
|
|