이지우 - 배정관리 실장 권한 > 담당부서 검색 기능 추가
This commit is contained in:
parent
7e0707b68a
commit
bb1860df7e
@ -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>
|
||||||
|
|
||||||
|
|||||||
@ -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}"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user