|  | @@ -869,7 +869,7 @@ class customeramz extends Start_Controller {
 | 
	
		
			
				|  |  |  		}
 | 
	
		
			
				|  |  |  		 $country = $this->country->find_all('1=1','id,name','name asc');
 | 
	
		
			
				|  |  |  		 $this->data['country'] = $country;
 | 
	
		
			
				|  |  | -		 $wlshop = $this->shop->find_all("type = 1514 and (".rtrim($sid,'or').")");
 | 
	
		
			
				|  |  | +		 $wlshop = $this->shop->find_all("type = 1513 and (".rtrim($sid,'or').")");
 | 
	
		
			
				|  |  |  		 $this->data['wlshop'] = $wlshop;
 | 
	
		
			
				|  |  |  		$this->_Template('customeramz_add',$this->data);
 | 
	
		
			
				|  |  |  	}
 | 
	
	
		
			
				|  | @@ -928,7 +928,7 @@ class customeramz extends Start_Controller {
 | 
	
		
			
				|  |  |  		$this->data['customeramz'] = $customeramz;
 | 
	
		
			
				|  |  |  		$country = $this->country->find_all('1=1','id,name','name asc');
 | 
	
		
			
				|  |  |  		$this->data['country'] = $country;
 | 
	
		
			
				|  |  | -		 $wlshop = $this->shop->find_all("type = 1514 and (".rtrim($sid,'or').")");
 | 
	
		
			
				|  |  | +		 $wlshop = $this->shop->find_all("type = 1513 and (".rtrim($sid,'or').")");
 | 
	
		
			
				|  |  |  		$this->data['wlshop'] = $wlshop;
 | 
	
		
			
				|  |  |  		if($customeramz['email'] != '0' && $customeramz['email'] != '' && $customeramz['email'] != '无')
 | 
	
		
			
				|  |  |  		{
 |