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 32e2408..c639e33 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 @@ -396,7 +396,7 @@ select date_format(date_add(fb.birthday,interval dvs.start_label month),'%Y. %m. %d') recmnd_from_dt , date_format(date_add(date_add(fb.birthday, interval dvs.end_label month), interval -1 day),'%Y. %m. %d') recmnd_to_dt , date_format(date_add(fb.birthday,interval dvs.start_label month),'%Y년 %m월') recmnd_month - , concat (dvs.round, ' 차 ', dv_disease, ' [', dv.dv_type, ']' ) as dv_disease + , concat (dvs.round, ' ', dv_disease, ' [', dv.dv_type, ']' ) as dv_disease , dvs.round from tbl_db_vac_schedule dvs inner join tbl_db_vac dv @@ -404,14 +404,14 @@ left join tbl_bf_family_baby fb on fb.smc_no = #smc_no# where not now() > date_add(date_add(fb.birthday, interval dvs.end_label month), interval -1 day) - order by recmnd_to_dt , dvs.dv_no, dvs.round + order by recmnd_from_dt , dvs.dv_no, dvs.round