Преглед на файлове

Merge branch 'dev' of chenyongxing/patient-co-management1 into dev

chenyongxing преди 8 години
родител
ревизия
b1bcda3624
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      patient-co-wlyy/src/main/java/com/yihu/wlyy/interceptors/PatientInterceptor.java

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

@ -29,7 +29,7 @@ public class PatientInterceptor extends BaseInterceptor {
		try {
			request.setCharacterEncoding("UTF-8");
			request.setAttribute("log-start", new Date().getTime());
			if(request.getRequestURI().contains("/patient/hosptail/getHositalByTownCode")){
			if(request.getRequestURI().contains("/patient/hosptail/getHositalByTownCode")||request.getRequestURI().contains("/patient/feedback/saveAppeal")){
				return true;
			}
			response.setCharacterEncoding("UTF-8");