이지우 - 배정관리 실장 권한 > 담당부서 검색 기능 추가
This commit is contained in:
parent
7e0707b68a
commit
bb1860df7e
@ -178,6 +178,9 @@
|
||||
<if test="searchGubun != null and searchGubun != ''">
|
||||
AND A.CASE_GUBUN = #{searchGubun}
|
||||
</if>
|
||||
<if test="searchTeam != null and searchTeam != ''">
|
||||
AND TIMHDER_ASSIGN = #{searchTeam}
|
||||
</if>
|
||||
</where>
|
||||
ORDER BY A.RCEPT_NO DESC
|
||||
<include refid="bottom2"/>
|
||||
@ -314,6 +317,9 @@
|
||||
<if test="searchGubun != null and searchGubun != ''">
|
||||
AND CASE_GUBUN = #{searchGubun}
|
||||
</if>
|
||||
<if test="searchTeam != null and searchTeam != ''">
|
||||
AND TIMHDER_ASSIGN = #{searchTeam}
|
||||
</if>
|
||||
</where>
|
||||
</select>
|
||||
|
||||
|
||||
@ -208,6 +208,24 @@
|
||||
<!-- 분쟁유형 검색 -->
|
||||
|
||||
<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">
|
||||
<option value="">==분쟁유형==</option>
|
||||
<option value="${SeedConstants.GONGJEONGGEORAE}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user