lvhao il y a 5 mois
Parent
commit
89823eb526
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3 3
      core/CoreApp/controllers/Fullorderamz.php

+ 3 - 3
core/CoreApp/controllers/Fullorderamz.php

@@ -739,7 +739,7 @@ class Fullorderamz extends Start_Controller {
 		{
 			$pid .= " id = ".$v." or";
 		}
-		$fullorderexcel = $this->fullorderexcel->find_all("type = '100006' and (".rtrim($pid,'or').")",'*','idorder desc');//导出模板
+		$fullorderexcel = $this->fullorderexcel->find_all("type = '100009' and (".rtrim($pid,'or').")",'*','idorder desc');//导出模板
 		$this->data['fullorderexcel'] = $fullorderexcel;
 		$error = $this->fullorderamz->find_count("failed !='' and mergeid = 0 and print != 3 and (".rtrim($fgshop,'or').") and dtime > '".(time()-90*24*3600)."'");
 		$this->data['error'] = $error;
@@ -4368,7 +4368,7 @@ class Fullorderamz extends Start_Controller {
 		{
 			$pid .= " id = ".$v." or";
 		}
-		$fullorderexcel = $this->fullorderexcel->find_all("type = '100006' and (".rtrim($pid,'or').")",'*','idorder desc');//导出模板
+		$fullorderexcel = $this->fullorderexcel->find_all("type = '100009' and (".rtrim($pid,'or').")",'*','idorder desc');//导出模板
 		$this->data['fullorderexcel'] = $fullorderexcel;
 		$this->_Template('fullorderamz_error',$this->data);
 	}
@@ -4502,7 +4502,7 @@ class Fullorderamz extends Start_Controller {
 		{
 			$pid .= " id = ".$v." or";
 		}
-		$fullorderexcel = $this->fullorderexcel->find_all("type = '100006' and (".rtrim($pid,'or').")",'*','idorder desc');//导出模板
+		$fullorderexcel = $this->fullorderexcel->find_all("type = '100009' and (".rtrim($pid,'or').")",'*','idorder desc');//导出模板
 		$this->data['fullorderexcel'] = $fullorderexcel;
 		$this->_Template('fullorderamz_yc',$this->data);
 	}