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 @@