분쟁조정협의회 상세>심의안건 목록 정렬 수정
This commit is contained in:
parent
4cad5fa30e
commit
04cd99d8d6
@ -906,7 +906,7 @@
|
|||||||
<if test="officeGubun2 != null and officeGubun2 != ''">
|
<if test="officeGubun2 != null and officeGubun2 != ''">
|
||||||
AND A.OFFICE_GUBUN = #{officeGubun2}
|
AND A.OFFICE_GUBUN = #{officeGubun2}
|
||||||
</if>
|
</if>
|
||||||
ORDER BY A.CASE_NO DESC
|
ORDER BY A.CASE_NO ASC
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<!-- 심의안건 셋팅(결과보고) -->
|
<!-- 심의안건 셋팅(결과보고) -->
|
||||||
@ -945,7 +945,7 @@
|
|||||||
<if test="officeGubun2 != null and officeGubun2 != ''">
|
<if test="officeGubun2 != null and officeGubun2 != ''">
|
||||||
AND A.OFFICE_GUBUN = #{officeGubun2}
|
AND A.OFFICE_GUBUN = #{officeGubun2}
|
||||||
</if>
|
</if>
|
||||||
ORDER BY CASE_NO DESC
|
ORDER BY CASE_NO ASC
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<!-- 심의안건 셋팅(종료통지) -->
|
<!-- 심의안건 셋팅(종료통지) -->
|
||||||
@ -979,7 +979,7 @@
|
|||||||
<if test="officeGubun2 != null and officeGubun2 != ''">
|
<if test="officeGubun2 != null and officeGubun2 != ''">
|
||||||
AND A.OFFICE_GUBUN = #{officeGubun2}
|
AND A.OFFICE_GUBUN = #{officeGubun2}
|
||||||
</if>
|
</if>
|
||||||
ORDER BY A.CASE_NO DESC
|
ORDER BY A.CASE_NO ASC
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="trublcfrncmngDlbrtmtrSel4" parameterType="egovMap" resultType="egovMap">
|
<select id="trublcfrncmngDlbrtmtrSel4" parameterType="egovMap" resultType="egovMap">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user