# WARNING: head commit changed in the meantime

Merge branch 'master' of
http://yongjoon.cho@vcs.iten.co.kr:9999/itnAdmin/fairnet 처리기간 수정
This commit is contained in:
myname 2025-01-24 10:09:17 +09:00
parent 11ff243774
commit c336181f6a

View File

@ -428,7 +428,7 @@
on(aa0.a0_date=bb0.LOCDATE)
WHERE bb0.locdate IS null
AND aa0.a0_date>=TO_DATE(A.CASE_DATE)
AND A.MEDIATION_END_DT>=aa0.a0_date
AND TO_DATE(A.MEDIATION_END_DT)>=aa0.a0_date
) -
CASE WHEN NVL(A.APP_REQ_TERM, 0)>21 THEN 21
ELSE NVL(A.APP_REQ_TERM, 0)