diff --git a/src/main/resources/sqlmap/m/bf_growth/com.backoffice.m.bf_growth.xml b/src/main/resources/sqlmap/m/bf_growth/com.backoffice.m.bf_growth.xml index 3a0e29a..32e2408 100644 --- a/src/main/resources/sqlmap/m/bf_growth/com.backoffice.m.bf_growth.xml +++ b/src/main/resources/sqlmap/m/bf_growth/com.backoffice.m.bf_growth.xml @@ -356,7 +356,7 @@ select date_format(date_add(fb.birthday,interval ch.from month),'%Y. %m. %d') recmnd_from_dt - , date_format(date_add(fb.birthday,interval ch.to month),'%Y. %m. %d') recmnd_to_dt + , date_format(date_add(date_add(date_add(fb.birthday, interval ch.to month), interval 1 month), interval -1 day),'%Y. %m. %d') recmnd_to_dt , date_format(date_add(fb.birthday,interval ch.from month),'%Y년 %m월') recmnd_month , ch.from * 30 as from_dt , ch.to * 30 as to_dt