查询站点和组树状列表接口按行政区过滤逻辑,行政区接口逻辑完善等

This commit is contained in:
mi9688
2024-10-28 18:01:46 +08:00
parent 3b51726b58
commit 5b2ea1f01b
14 changed files with 152 additions and 43 deletions

View File

@ -45,9 +45,9 @@ public class ProjectDataIsolationInterceptor implements HandlerInterceptor {
if ("DELETE".equalsIgnoreCase(request.getMethod())) {
return true;
}
if ("POST".equalsIgnoreCase(request.getMethod())) {
return true;
}
// if ("POST".equalsIgnoreCase(request.getMethod())) {
// return true;
// }
if ("PUT".equalsIgnoreCase(request.getMethod())) {
return true;
}