|
@@ -253,6 +253,7 @@
|
253
|
253
|
, concat(whs.addr1 ,' ',whs.addr2) as whs_addr
|
254
|
254
|
, fn_get_telno(whs.mgr_tel_no) as whs_mgr_tel_no
|
255
|
255
|
, deli.store_id
|
|
256
|
+ , date_format(deli.dlv_sch_dt,'%Y.%m.%d') as dlv_sch_dt
|
256
|
257
|
from deli_info_mgnt deli
|
257
|
258
|
join whs_mgnt_base_info whs on whs.brand_id = deli.brand_id and whs.whs_id = deli.whs_id
|
258
|
259
|
where deli.brand_id = #{brandId}
|
|
@@ -366,7 +367,7 @@
|
366
|
367
|
, date_format(info.podr_reg_dt, '%Y.%m.%d') as podr_reg_dt
|
367
|
368
|
, date_format(info.dlv_req_dt, '%Y.%m.%d') as dlv_req_dt
|
368
|
369
|
, date_format(info.dlv_reg_dt, '%Y.%m.%d') as dlv_reg_dt
|
369
|
|
- , date_format(info.dlv_sch_dt, '%y.%m.%d') as dlv_sch_dt
|
|
370
|
+ , date_format(info.dlv_sch_dt, '%Y.%m.%d') as dlv_sch_dt
|
370
|
371
|
, date_format(info.dlv_cmplt_dt, '%Y.%m.%d') as dlv_cmplt_dt
|
371
|
372
|
, ptcl.item_id as 'deliDtlMgntInfo.item_id', ptcl.item_nm as 'deliDtlMgntInfo.item_nm'
|
372
|
373
|
, ptcl.podr_qty as 'deliDtlMgntInfo.podr_qty', ptcl.dlv_qty as 'deliDtlMgntInfo.dlv_qty'
|