lvhao 2 天之前
父节点
当前提交
be6b5cbc23
共有 1 个文件被更改,包括 1 次插入1 次删除
  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) {
 		foreach ($powertext as $v) {
 			$pid .= " id = " . $v . " or";
 			$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;
 		$this->data['fullorderexcel'] = $fullorderexcel;
 		$orderurl = $this->orderurl->find_all(rtrim($fgshop, 'or'));
 		$orderurl = $this->orderurl->find_all(rtrim($fgshop, 'or'));
 		$this->data['orderurl'] = $orderurl;
 		$this->data['orderurl'] = $orderurl;