newMethod #1

Merged
liangzhou merged 7 commits from newMethod into main 2025-09-02 13:50:10 +08:00
Showing only changes of commit 4d4472e9d0 - Show all commits

View File

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