diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 20a0642..77938ea 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -22,18 +22,10 @@
-
-
-
-
-
+
-
-
-
-
-
+
@@ -518,7 +510,7 @@
-
+
@@ -680,7 +672,15 @@
1762422871295
-
+
+
+ 1766385624246
+
+
+
+ 1766385624246
+
+
@@ -773,7 +773,8 @@
-
+
+
diff --git a/xxl-job-executor-samples/xxl-job-executor-sample-springboot/src/main/java/com/xxl/job/executor/service/jobhandler/JJBusinessXxlJob.java b/xxl-job-executor-samples/xxl-job-executor-sample-springboot/src/main/java/com/xxl/job/executor/service/jobhandler/JJBusinessXxlJob.java
index 65cca1f..e091827 100644
--- a/xxl-job-executor-samples/xxl-job-executor-sample-springboot/src/main/java/com/xxl/job/executor/service/jobhandler/JJBusinessXxlJob.java
+++ b/xxl-job-executor-samples/xxl-job-executor-sample-springboot/src/main/java/com/xxl/job/executor/service/jobhandler/JJBusinessXxlJob.java
@@ -42,7 +42,7 @@ public class JJBusinessXxlJob {
}
/**
- * 预警管理-今日未施工
+ * 预警管理-新进班组
*/
@XxlJob("todayNewTeam")
public void todayNewTeam(){
diff --git a/xxl-job-executor-samples/xxl-job-executor-sample-springboot/src/main/resources/mapper/InterMapper.xml b/xxl-job-executor-samples/xxl-job-executor-sample-springboot/src/main/resources/mapper/InterMapper.xml
index 855ef90..84dfc6c 100644
--- a/xxl-job-executor-samples/xxl-job-executor-sample-springboot/src/main/resources/mapper/InterMapper.xml
+++ b/xxl-job-executor-samples/xxl-job-executor-sample-springboot/src/main/resources/mapper/InterMapper.xml
@@ -784,7 +784,7 @@
- REPLACE INTO jj_weeks_info(ticket_id,job_gx,job_lx,
+ REPLACE INTO jj_ticket_info(ticket_id,job_gx,job_lx,
work_content,job_site,main_risk,team_leader,team_card,team_phone
)values (#{id},#{workGx},#{workType},#{workContent},#{workSite},'',#{userName},#{idCard},#{userPhone})