서비스신청 및 포틀릿 수정

This commit is contained in:
urp 2026-01-12 09:22:19 +09:00
parent 28c5396248
commit 0915b4d19c
2 changed files with 10 additions and 5 deletions

View File

@ -89,19 +89,21 @@
LEFT OUTER JOIN CM_SERVICE C ON A.IN_SERVICE_CODE = C.IN_SERVICE_CODE
WHERE 1=1
<include refid="searchFilter" />
ORDER BY A.DT_REQ_DATETIME DESC
<include refid="paging" />
</select>
<select id="searchReqIncidentCnt" parameterType="java.util.HashMap" resultType="int">
/* SvcReqDeskDao.searchReqIncidentCnt */
SELECT COUNT(1)
FROM CM_INCIDENT_APL_INFO A
WHERE 1=1
<include refid="searchFilter" />
</select>
<select id="getReqIncidentBySeq" parameterType="String" resultMap="reqIncident">
/* SvcDeskDao.getReqIncidentBySeq */
SELECT A.VC_REQ_INCIDENT_NUM

View File

@ -32,12 +32,15 @@
ORDER BY
FRST_REG_DTM
DESC
LIMIT
</select>
<!-- 2026.01.06 나혁제 윗단 쿼리수정
LIMIT
#{recordCountPerPage}
OFFSET
#{firstIndex}
</select>
-->
<!-- 개인화메뉴 목록 조회 Count -->
<select id="selectPrsnlPortletListCnt" parameterType="java.util.LinkedHashMap" resultType="java.lang.Integer">