|
|
@@ -590,7 +590,7 @@ class Fullorderexcel extends Start_Controller {
|
|
|
}
|
|
|
//添加订单前缀
|
|
|
$shopqz_list = [];
|
|
|
- if(strpos($feq,'shopqz') != false){
|
|
|
+ if(strpos($feq,'shopqz') !== false){
|
|
|
$feq = str_replace('shopqz,',"shop as shopqz,",$feq);
|
|
|
$shop_list = $this->shop->find_all("1 = 1","id,shortname");
|
|
|
$shopqz_list = array_column($shop_list,'shortname','id');
|