|
@@ -1738,10 +1738,7 @@ class Fullorderexcel extends Start_Controller {
|
|
|
$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);
|
|
|
$smt_ret = $this->_datahz($where.$wid.' and '.$excelshop,'id,'.$feq,$order_str,'fullordersmt',$extra);
|
|
$smt_ret = $this->_datahz($where.$wid.' and '.$excelshop,'id,'.$feq,$order_str,'fullordersmt',$extra);
|
|
|
$amz_ret = $this->_datahz($where.$wid.' and '.$excelshop,'id,'.$feq,$order_str,'fullorderamz',$extra);
|
|
$amz_ret = $this->_datahz($where.$wid.' and '.$excelshop,'id,'.$feq,$order_str,'fullorderamz',$extra);
|
|
|
- echo "<pre>";
|
|
|
|
|
- print_r($smt_ret);
|
|
|
|
|
- print_r($amz_ret);
|
|
|
|
|
- die;
|
|
|
|
|
|
|
+
|
|
|
$info_list = $dlz_ret['info_list']+$tt_ret['info_list']+$smt_ret['info_list']+$amz_ret['info_list'];
|
|
$info_list = $dlz_ret['info_list']+$tt_ret['info_list']+$smt_ret['info_list']+$amz_ret['info_list'];
|
|
|
$shouldmoney = $dlz_ret['shouldmoney']+$tt_ret['shouldmoney']+$smt_ret['shouldmoney']+$amz_ret['shouldmoney'];
|
|
$shouldmoney = $dlz_ret['shouldmoney']+$tt_ret['shouldmoney']+$smt_ret['shouldmoney']+$amz_ret['shouldmoney'];
|
|
|
|
|
|