lvhao hace 3 días
padre
commit
946965ecea
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      core/CoreApp/controllers/Fullorderexcel.php

+ 1 - 1
core/CoreApp/controllers/Fullorderexcel.php

@@ -1734,7 +1734,7 @@ class Fullorderexcel extends Start_Controller {
 				'usp'=>$usp,
 				'sku9610'=>$sku9610,
 			];
-			$dlz_ret = $this->_datahz($where.$wid.' and '.$excelshop,'id,'.$feq,$order_str,'fullorderdlz',$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);
 			$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);