# 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-23 10:14:34 +09:00
parent 6f33aac8a3
commit fe26d82f62

View File

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