lvhao 2 天之前
父節點
當前提交
5b2dce78f0
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      core/CoreApp/controllers/Fullorderexcel.php

+ 0 - 3
core/CoreApp/controllers/Fullorderexcel.php

@@ -1738,9 +1738,6 @@ class Fullorderexcel extends Start_Controller {
 			// $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);
 			$amz_ret = $this->_datahz($where.$wid.' and '.$excelshop,'id,'.$feq,$order_str,'fullorderamz',$extra);
-			echo "<pre>";
-			print_r($amz_ret);
-			die;
 			$info_list = array_merge( $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'];