2024-03-19 16:54 신청일 순서로 표시 순서 조절

This commit is contained in:
myname 2024-03-19 16:54:39 +09:00
parent 2faf60b77d
commit aa10b48b65

View File

@ -450,6 +450,7 @@
/* 신청 정보에 대상자 키 값이 들어 있어서 해당 값을만 확인하면 된다.*/ /* 신청 정보에 대상자 키 값이 들어 있어서 해당 값을만 확인하면 된다.*/
a.rnds_ord=vsit.SSPN_IDTMT_TRGT_ORD a.rnds_ord=vsit.SSPN_IDTMT_TRGT_ORD
) )
WHERE WHERE
1=1 1=1
<isNotEmpty property="prcsOrd"> <isNotEmpty property="prcsOrd">
@ -478,6 +479,7 @@
AND a.use_yn = 'Y' AND a.use_yn = 'Y'
<!-- AND le.MBER_NM IS NOT NULL --> <!-- AND le.MBER_NM IS NOT NULL -->
ORDER BY a.frst_regist_pnttm ASC
</select> </select>