이지우 - 사용자 신청 조회 조건 수정

This commit is contained in:
JIWOO 2025-10-20 12:43:57 +09:00
parent cd746ce7a7
commit 7af859de53

View File

@ -1199,7 +1199,7 @@
WHERE WHERE
1 = 1 1 = 1
AND a.edu_aplct_ord = b.edu_aplct_ord AND a.edu_aplct_ord = b.edu_aplct_ord
AND b.EDU_CHASI_ORD IS NULL AND (b.EDU_CHASI_ORD IS NULL or b.EDU_CHASI_ORD = '')
AND a.user_id=#userId# AND a.user_id=#userId#
)aa )aa