方式切换

This commit is contained in:
梁州 2025-08-29 09:48:57 +08:00
parent a9cc9c1800
commit 4d4472e9d0

View File

@ -67,7 +67,7 @@ public class KateWorkExecutor implements Job {
} }
try { try {
// 分配工作 // 分配工作
workService.distributeWorksMethod2(); workService.distributeWorks();
} catch (Exception e) { } catch (Exception e) {
log.error("分配工作时发生错误:{}", e.getMessage()); log.error("分配工作时发生错误:{}", e.getMessage());
} }