lvhao 1 dia atrás
pai
commit
be6b5cbc23
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      core/CoreApp/controllers/Whlabelfz1.php

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

@@ -606,7 +606,7 @@ class Whlabelfz1 extends Start_Controller
 		foreach ($powertext as $v) {
 			$pid .= " id = " . $v . " or";
 		}
-		$fullorderexcel = $this->fullorderexcel->find_all("type = '100007' and (" . rtrim($pid, 'or') . ")", '*', 'idorder desc'); //导出模板
+		$fullorderexcel = $this->fullorderexcel->find_all("type = '100011' and (" . rtrim($pid, 'or') . ")", '*', 'idorder desc'); //导出模板
 		$this->data['fullorderexcel'] = $fullorderexcel;
 		$orderurl = $this->orderurl->find_all(rtrim($fgshop, 'or'));
 		$this->data['orderurl'] = $orderurl;