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