이지우 - 관리자 분쟁처리관리 > 팀장 권한은 본인 사건 먼저 조회되게 수정

This commit is contained in:
JIWOO 2025-02-03 12:08:51 +09:00
parent 900b7dd04e
commit d478880e85

View File

@ -270,6 +270,7 @@
</if>
</if>
</where>
ORDER BY AA.CASE_NO DESC
) AAAAA
@ -574,6 +575,7 @@
</if>
</if>
</where>
ORDER BY A.CASE_NO DESC
) AAAAA
)
<if test="searchType == 'process'">
@ -584,9 +586,6 @@
<if test='selectPage eq "dashboard"'>
ORDER BY CASE_NO ASC
</if>
<if test='selectPage neq "dashboard"'>
ORDER BY CASE_NO DESC
</if>
<include refid="bottom2"/>
</select>