이지우 - 배정관리 실장 권한 > 담당부서 검색 기능 추가

This commit is contained in:
JIWOO 2025-03-13 18:00:55 +09:00
parent 7e0707b68a
commit bb1860df7e
2 changed files with 24 additions and 0 deletions

View File

@ -178,6 +178,9 @@
<if test="searchGubun != null and searchGubun != ''"> <if test="searchGubun != null and searchGubun != ''">
AND A.CASE_GUBUN = #{searchGubun} AND A.CASE_GUBUN = #{searchGubun}
</if> </if>
<if test="searchTeam != null and searchTeam != ''">
AND TIMHDER_ASSIGN = #{searchTeam}
</if>
</where> </where>
ORDER BY A.RCEPT_NO DESC ORDER BY A.RCEPT_NO DESC
<include refid="bottom2"/> <include refid="bottom2"/>
@ -314,6 +317,9 @@
<if test="searchGubun != null and searchGubun != ''"> <if test="searchGubun != null and searchGubun != ''">
AND CASE_GUBUN = #{searchGubun} AND CASE_GUBUN = #{searchGubun}
</if> </if>
<if test="searchTeam != null and searchTeam != ''">
AND TIMHDER_ASSIGN = #{searchTeam}
</if>
</where> </where>
</select> </select>

View File

@ -208,6 +208,24 @@
<!-- 분쟁유형 검색 --> <!-- 분쟁유형 검색 -->
<div class="type_select"> <div class="type_select">
<select name="searchTeam">
<option value="">==담당부서==</option>
<option value="${SeedConstants.GONGJEONG1}"
<c:if test="${searchTeam == SeedConstants.GONGJEONG1}">selected="selected"</c:if>>공정약관1팀</option>
<option value="${SeedConstants.GONGJEONG2}"
<c:if test="${searchTeam == SeedConstants.GONGJEONG2}">selected="selected"</c:if>>공정약관2팀</option>
<option value="${SeedConstants.YAKGWAN1 }"
<c:if test="${searchTeam == SeedConstants.YAKGWAN1}">selected="selected"</c:if>>약관1팀</option>
<option value="${SeedConstants.YAKGWAN2 }"
<c:if test="${searchTeam == SeedConstants.YAKGWAN2}">selected="selected"</c:if>>약관2팀</option>
<option value="${SeedConstants.PEULLAETPOM1 }"
<c:if test="${searchTeam == SeedConstants.PEULLAETPOM1}">selected="selected"</c:if>>플랫폼1팀</option>
<option value="${SeedConstants.PEULLAETPOM2 }"
<c:if test="${searchTeam == SeedConstants.PEULLAETPOM2}">selected="selected"</c:if>>플랫폼2팀</option>
</select>
<select name="searchGubun"> <select name="searchGubun">
<option value="">==분쟁유형==</option> <option value="">==분쟁유형==</option>
<option value="${SeedConstants.GONGJEONGGEORAE}" <option value="${SeedConstants.GONGJEONGGEORAE}"