|
@@ -772,7 +772,7 @@
|
772
|
772
|
, date_format(whs.dlv_req_dt, '%Y.%m.%d') as dlv_req_dt
|
773
|
773
|
, date_format(whs.dlv_sch_dt, '%Y.%m.%d') as dlv_sch_dt
|
774
|
774
|
, date_format(whs.dlv_cmplt_dt, '%Y.%m.%d') as dlv_cmplt_dt
|
775
|
|
- , case when whs.store_id is null or whs.store_id = '' then fn_brand_nm(whs.whs_cnfm_nm) else fn_store_nm(whs.brand_id, whs.whs_cnfm_nm) end as whs_cnfm_nm
|
|
775
|
+ , (select user_nm from np_user_info where user_id = whs.whs_cnfm_nm ) as whs_cnfm_nm
|
776
|
776
|
, whs.dlv_mgr_nm, fn_get_telno(whs.dlv_mgr_tel_no) as dlv_mgr_tel_no
|
777
|
777
|
, whs.item_id, whs.item_nm, whs.unit, whs.whs_amt, whs.dlv_cnfm_doc_file_no
|
778
|
778
|
from whs_proc_info_ptcl whs
|