|
|
@@ -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;
|