From 097d86d391f117827c619e6261583311bc5aa857 Mon Sep 17 00:00:00 2001
From: qiezi <15576055375@163.com>
Date: Thu, 20 Mar 2025 15:34:41 +0800
Subject: [PATCH] =?UTF-8?q?=E8=BF=94=E5=B7=A5=E8=BF=94=E4=BF=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../java/com/heai/config/ShiroConfig.java | 1 +
.../mapper/production/DailyPlanMapper.xml | 163 +++++++++++-------
2 files changed, 101 insertions(+), 63 deletions(-)
diff --git a/src/main/java/com/heai/config/ShiroConfig.java b/src/main/java/com/heai/config/ShiroConfig.java
index cff7de2..d096594 100644
--- a/src/main/java/com/heai/config/ShiroConfig.java
+++ b/src/main/java/com/heai/config/ShiroConfig.java
@@ -65,6 +65,7 @@ public class ShiroConfig {
filterMap.put("/fonts/glyphicons-halflings-regular.woff2", "anon");
filterMap.put("/css/**", "anon");
filterMap.put("/taskmanage/taskDetail/taskDetailList", "anon");
+ filterMap.put("/dailyPlan/vulcanization", "anon");
filterMap.put("/pda/**", "anon");
filterMap.put("/favicon.ico", "anon");
filterMap.put("/**", "oauth2");
diff --git a/src/main/resources/mapper/production/DailyPlanMapper.xml b/src/main/resources/mapper/production/DailyPlanMapper.xml
index 139e84c..b2fd991 100644
--- a/src/main/resources/mapper/production/DailyPlanMapper.xml
+++ b/src/main/resources/mapper/production/DailyPlanMapper.xml
@@ -365,72 +365,109 @@