분쟁조정협의회 상세>심의안건 목록 정렬 수정

This commit is contained in:
jsp 2025-04-30 17:27:19 +09:00
parent 4cad5fa30e
commit 04cd99d8d6

View File

@ -906,7 +906,7 @@
<if test="officeGubun2 != null and officeGubun2 != ''">
AND A.OFFICE_GUBUN = #{officeGubun2}
</if>
ORDER BY A.CASE_NO DESC
ORDER BY A.CASE_NO ASC
</select>
<!-- 심의안건 셋팅(결과보고) -->
@ -945,7 +945,7 @@
<if test="officeGubun2 != null and officeGubun2 != ''">
AND A.OFFICE_GUBUN = #{officeGubun2}
</if>
ORDER BY CASE_NO DESC
ORDER BY CASE_NO ASC
</select>
<!-- 심의안건 셋팅(종료통지) -->
@ -979,7 +979,7 @@
<if test="officeGubun2 != null and officeGubun2 != ''">
AND A.OFFICE_GUBUN = #{officeGubun2}
</if>
ORDER BY A.CASE_NO DESC
ORDER BY A.CASE_NO ASC
</select>
<select id="trublcfrncmngDlbrtmtrSel4" parameterType="egovMap" resultType="egovMap">