Browse Source

Merge branch 'dev' of lyr/patient-co-management into dev

lyr 8 years ago
parent
commit
711374d217
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/com/yihu/wlyy/interceptors/PatientInterceptor.java

+ 1 - 1
src/main/java/com/yihu/wlyy/interceptors/PatientInterceptor.java

@ -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("/patient/hosptail/getHositalByTownCode")){
			if(request.getRequestURI().contains("/patient/hosptail/getHositalByTownCode")){
				return true;
			}
			response.setCharacterEncoding("UTF-8");