|
|
@@ -1733,6 +1733,8 @@ class Fullorderexcel extends Start_Controller {
|
|
|
$extra = [
|
|
|
'usp'=>$usp,
|
|
|
'sku9610'=>$sku9610,
|
|
|
+ 'typeclass_lpdl'=>$typeclass_lpdl,
|
|
|
+ 'typeclass_lhdycc'=>$typeclass_lhdycc
|
|
|
];
|
|
|
$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);
|
|
|
@@ -1768,6 +1770,8 @@ class Fullorderexcel extends Start_Controller {
|
|
|
$i = 1;$shouldmoney = 0;$hl=1;
|
|
|
$usp = $extra['usp'];
|
|
|
$sku9610 = $extra['sku9610'];
|
|
|
+ $typeclass_lpdl = $extra['typeclass_lpdl'];
|
|
|
+ $typeclass_lhdycc = $extra['typeclass_lhdycc'];
|
|
|
foreach ($info_list as $key=>$value)
|
|
|
{
|
|
|
$data = $this->$sj->read($value['id']);
|