Pārlūkot izejas kodu

提交亚马逊导出

lvhao 4 mēneši atpakaļ
vecāks
revīzija
9a0ed96704
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      core/CoreApp/controllers/Whlabel.php

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

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