浏览代码

新增账号申诉不需要登陆判断

chenyongxing 8 年之前
父节点
当前提交
3a5e731417
共有 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");