이지우 - 사용자 교육 신청 시 중복 신청 체크 시 반려는 제외하도록 수정
This commit is contained in:
parent
789658198c
commit
59b66a3bda
@ -849,6 +849,7 @@
|
||||
AND b.sex = #sex#
|
||||
|
||||
and c.edu_strt_pnttm >= TO_CHAR(NOW(),'YYYY.MM.DD')
|
||||
and a.aprvl_cd in ('10','20','60')
|
||||
</select>
|
||||
|
||||
<!-- 기소유예 대상자 확인 STEP00 -->
|
||||
|
||||
@ -603,7 +603,7 @@
|
||||
/* 신청 후 반려 */
|
||||
, user_id = NULL
|
||||
, edu_aplct_ord = NULL
|
||||
, edu_state_cd = '10'
|
||||
<!-- , edu_state_cd = '10' -->
|
||||
, prcs_aplct_prd_ord_cmplt = NULL
|
||||
</isEqual>
|
||||
|
||||
@ -642,11 +642,11 @@
|
||||
|
||||
</isEqual>
|
||||
|
||||
<isEqual property="reqNo" compareValue="4">
|
||||
<!-- <isEqual property="reqNo" compareValue="4">
|
||||
/* 신청 후 관리자 반려 aplct_state_cd=50 */
|
||||
, aplct_state_cd = '50'
|
||||
|
||||
</isEqual>
|
||||
</isEqual> -->
|
||||
|
||||
WHERE
|
||||
edu_aplct_ord = #eduAplctOrd#
|
||||
|
||||
Loading…
Reference in New Issue
Block a user