원금고지화면에서 차적조회시 납부기한을 (현재일자+15일)로 수정

main
이범준 8 months ago
parent 20fd718967
commit 7821266ff8

@ -395,7 +395,7 @@
, END_DATE = ( select min(dates)
from T_TCCJ107_M01
where HLDY_CLSS_CD = '0'
and dates <![CDATA[ >= ]]> to_char(to_date(year || month || day, 'YYYYMMDD') +15, 'YYYYMMDD') )
and dates <![CDATA[ >= ]]> to_char(SYSDATE +15, 'YYYYMMDD') )
where worker_id = #{workerId}
and fare_office_id = #{fareOfficeId}
and booth_id = #{boothId}

Loading…
Cancel
Save