|
@@ -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'] != '无')
|
|
|
{
|