|  | @ -25,7 +25,7 @@ public class PatientInterceptor extends BaseInterceptor {
 | 
	
		
			
				|  |  | 	public boolean preHandle(HttpServletRequest request, HttpServletResponse response, Object handler) throws Exception {
 | 
	
		
			
				|  |  | 		boolean flag = true;
 | 
	
		
			
				|  |  | 		try {
 | 
	
		
			
				|  |  | 			if(request.getRequestURI().equals("/wlyy/patient/hosptail/getHositalByTownCode")){
 | 
	
		
			
				|  |  | 			if(request.getRequestURI().contains("/patient/hosptail/getHositalByTownCode")){
 | 
	
		
			
				|  |  | 				return true;
 | 
	
		
			
				|  |  | 			}
 | 
	
		
			
				|  |  | 			response.setCharacterEncoding("UTF-8");
 |