From 364adf83c47366a5b01dfe005fd0eed11f9346e6 Mon Sep 17 00:00:00 2001 From: whyclxw <810412026@qq.com> Date: 星期一, 20 一月 2025 15:28:18 +0800 Subject: [PATCH] 线程管理 --- src/main/java/com/whyc/service/LockInfService.java | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/whyc/service/LockInfService.java b/src/main/java/com/whyc/service/LockInfService.java index 9d30d28..bde9826 100644 --- a/src/main/java/com/whyc/service/LockInfService.java +++ b/src/main/java/com/whyc/service/LockInfService.java @@ -30,6 +30,9 @@ @Autowired(required = false) private AuthiruzeInfMapper authMapper; + + @Autowired + private ProcessSurveyService processSurveyService; //娣诲姞閿� public Response addLock(Integer num, LockInf lockInf) { if(num==null){ @@ -66,6 +69,7 @@ list.add(linf); } mapper.insertBatchSomeColumn(list); + processSurveyService.setUpThreadRestart(); return new Response().set(1,true); } //鑾峰彇褰撳墠鏈�澶х殑閿� -- Gitblit v1.9.1