|
|
|
@ -356,7 +356,7 @@
|
|
|
|
|
|
|
|
|
|
<select id="select_bf_health_checkup_list" resultClass="dataMap" parameterClass="dataMap">
|
|
|
|
|
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
|
|
|
|
@ -375,7 +375,7 @@
|
|
|
|
|
|
|
|
|
|
<select id="select_bf_health_checkup_list_prvs" resultClass="dataMap" parameterClass="dataMap">
|
|
|
|
|
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
|
|
|
|
|