Explorar el Código

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

lyr hace 8 años
padre
commit
c9b95168bb

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

@ -64,7 +64,7 @@ public class DoctorInterceptor extends BaseInterceptor {
                if (StringUtils.isNotEmpty(urlMth)) {
                    url += urlMth.startsWith("/") ? urlMth : ("/" + urlMth);
                }
                url = url.replace("\\","/").replace("//","/");
                url = url.replace("\\", "/").replace("//", "/");
                CudUrl cudUrl = cudUrlDao.findByUrl(url);
                if (cudUrl != null) {