2024-04-29 16:18 년도 계산 수정

This commit is contained in:
myname 2024-04-29 16:18:35 +09:00
parent 9e883cc958
commit 5ae2b26c8e

View File

@ -1262,7 +1262,11 @@
SELECT *
FROM <include refid="VEEduAplctDAO.table_name"/> a
WHERE 1=1
/*
AND DATE_ADD(sysdate, INTERVAL -1 year) > a.sbmt_pnttm
*/
AND sysdate+(INTERVAL '-1' year) > a.sbmt_pnttm
AND a.LCTR_DIV_CD = #lctrDivCd#
AND (
a.chrg_nm IS NOT NULL