서비스신청 및 포틀릿 수정
This commit is contained in:
parent
28c5396248
commit
0915b4d19c
@ -89,19 +89,21 @@
|
|||||||
LEFT OUTER JOIN CM_SERVICE C ON A.IN_SERVICE_CODE = C.IN_SERVICE_CODE
|
LEFT OUTER JOIN CM_SERVICE C ON A.IN_SERVICE_CODE = C.IN_SERVICE_CODE
|
||||||
WHERE 1=1
|
WHERE 1=1
|
||||||
<include refid="searchFilter" />
|
<include refid="searchFilter" />
|
||||||
|
ORDER BY A.DT_REQ_DATETIME DESC
|
||||||
<include refid="paging" />
|
<include refid="paging" />
|
||||||
|
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="searchReqIncidentCnt" parameterType="java.util.HashMap" resultType="int">
|
<select id="searchReqIncidentCnt" parameterType="java.util.HashMap" resultType="int">
|
||||||
/* SvcReqDeskDao.searchReqIncidentCnt */
|
/* SvcReqDeskDao.searchReqIncidentCnt */
|
||||||
SELECT COUNT(1)
|
SELECT COUNT(1)
|
||||||
FROM CM_INCIDENT_APL_INFO A
|
FROM CM_INCIDENT_APL_INFO A
|
||||||
|
WHERE 1=1
|
||||||
|
<include refid="searchFilter" />
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<select id="getReqIncidentBySeq" parameterType="String" resultMap="reqIncident">
|
<select id="getReqIncidentBySeq" parameterType="String" resultMap="reqIncident">
|
||||||
/* SvcDeskDao.getReqIncidentBySeq */
|
/* SvcDeskDao.getReqIncidentBySeq */
|
||||||
SELECT A.VC_REQ_INCIDENT_NUM
|
SELECT A.VC_REQ_INCIDENT_NUM
|
||||||
|
|||||||
@ -32,12 +32,15 @@
|
|||||||
ORDER BY
|
ORDER BY
|
||||||
FRST_REG_DTM
|
FRST_REG_DTM
|
||||||
DESC
|
DESC
|
||||||
|
|
||||||
|
</select>
|
||||||
|
|
||||||
|
<!-- 2026.01.06 나혁제 윗단 쿼리수정
|
||||||
LIMIT
|
LIMIT
|
||||||
#{recordCountPerPage}
|
#{recordCountPerPage}
|
||||||
OFFSET
|
OFFSET
|
||||||
#{firstIndex}
|
#{firstIndex}
|
||||||
|
-->
|
||||||
</select>
|
|
||||||
|
|
||||||
<!-- 개인화메뉴 목록 조회 Count -->
|
<!-- 개인화메뉴 목록 조회 Count -->
|
||||||
<select id="selectPrsnlPortletListCnt" parameterType="java.util.LinkedHashMap" resultType="java.lang.Integer">
|
<select id="selectPrsnlPortletListCnt" parameterType="java.util.LinkedHashMap" resultType="java.lang.Integer">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user