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

指标异常消息修改

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

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

@ -24,9 +24,6 @@ public class PatientInterceptor extends BaseInterceptor {
	@Override
	public boolean preHandle(HttpServletRequest request, HttpServletResponse response, Object handler) throws Exception {
		boolean flag = true;
		if(flag){
			return true;
		}
		try {
			if(request.getRequestURI().contains("/patient/hosptail/getHositalByTownCode")){
				return true;