Browse Source

提交信息

lvhao 3 weeks ago
parent
commit
5075f25336
1 changed files with 2 additions and 2 deletions
  1. 2 2
      core/CoreApp/controllers/Customer.php

+ 2 - 2
core/CoreApp/controllers/Customer.php

@@ -888,7 +888,7 @@ class Customer extends Start_Controller {
 		}
 		 $country = $this->country->find_all('1=1','id,name','name asc');
 		 $this->data['country'] = $country;
-		 $wlshop = $this->shop->find_all("type = 269 and (".rtrim($sid,'or').")");
+		 $wlshop = $this->shop->find_all("(type = 269 or type = 2768)and (".rtrim($sid,'or').")");
 		 $this->data['wlshop'] = $wlshop;
 		$this->_Template('customer_add',$this->data);
 	}
@@ -947,7 +947,7 @@ class Customer extends Start_Controller {
 		$this->data['customer'] = $customer;
 		$country = $this->country->find_all('1=1','id,name','name asc');
 		$this->data['country'] = $country;
-		$wlshop = $this->shop->find_all("type = 269 and (".rtrim($sid,'or').")");
+		$wlshop = $this->shop->find_all("(type = 269 or type = 2768) and (".rtrim($sid,'or').")");
 		$this->data['wlshop'] = $wlshop;
 		if($customer['email'] != '0' && $customer['email'] != '' && $customer['email'] != '无')
 		{