|
@@ -1968,6 +1968,7 @@ class Fullorderexcel extends Start_Controller {
|
|
|
'typeclass_lpdl'=>$typeclass_lpdl,
|
|
'typeclass_lpdl'=>$typeclass_lpdl,
|
|
|
'typeclass_lhdycc'=>$typeclass_lhdycc,
|
|
'typeclass_lhdycc'=>$typeclass_lhdycc,
|
|
|
'goods_sku_list'=>$goods_sku_list,
|
|
'goods_sku_list'=>$goods_sku_list,
|
|
|
|
|
+ 'typeclass'=>$typeclass,
|
|
|
];
|
|
];
|
|
|
$dlz_ret = $this->_datahz($where.$wid.' and '.$excelshop,'id,'.$feq,$order_str,'fullorder',$extra);
|
|
$dlz_ret = $this->_datahz($where.$wid.' and '.$excelshop,'id,'.$feq,$order_str,'fullorder',$extra);
|
|
|
$tt_ret = $this->_datahz($where.$wid.' and '.$excelshop,'id,'.$feq,$order_str,'fullordertt',$extra);
|
|
$tt_ret = $this->_datahz($where.$wid.' and '.$excelshop,'id,'.$feq,$order_str,'fullordertt',$extra);
|
|
@@ -1998,6 +1999,7 @@ class Fullorderexcel extends Start_Controller {
|
|
|
|
|
|
|
|
public function _datahz($where,$field,$order_str,$sj,$extra){
|
|
public function _datahz($where,$field,$order_str,$sj,$extra){
|
|
|
$goods_sku_list = $extra['goods_sku_list'] ;
|
|
$goods_sku_list = $extra['goods_sku_list'] ;
|
|
|
|
|
+ $typeclass = $extra['typeclass'];
|
|
|
//取得信息列表
|
|
//取得信息列表
|
|
|
$info_list = $this->$sj->find_all($where,$field,$order_str);
|
|
$info_list = $this->$sj->find_all($where,$field,$order_str);
|
|
|
//格式化数据
|
|
//格式化数据
|