|
@@ -117,7 +117,7 @@
|
117
|
117
|
, base.store_id , base.podr_mgr_nm , base.podr_mgr_tel_no
|
118
|
118
|
, fn_get_telno((select tel_no from store_base_info where store_id = base.store_id )) as deli_tel_no
|
119
|
119
|
, date_format(base.podr_dt,'%Y%m%d') as podr_dt
|
120
|
|
- , base.spply_id, fn_spply_nm(base.spply_id) as spply_nm, , base.store_id
|
|
120
|
+ , base.spply_id, fn_spply_nm(base.spply_id) as spply_nm
|
121
|
121
|
from pch_odr_base_info base
|
122
|
122
|
join pch_odr_dtl_ptcl ptcl on base.pch_podr_unq_no = ptcl.pch_podr_unq_no and ptcl.podr_dtl_st_cd = 'POD0'
|
123
|
123
|
join item_base_info itm on ptcl.item_id = itm.item_id
|