渲染机

This commit is contained in:
2025-07-18 14:22:54 +08:00
parent 52086dbea4
commit d7d503212f
4 changed files with 33 additions and 0 deletions

View File

@@ -175,6 +175,7 @@ public class TaskTaskServiceImpl implements TaskService {
taskList.forEach(task -> {
taskMapper.assignToWorker(task.getId(), worker.getId());
videoTaskRepository.clearTaskCache(task.getId());
repository.clearCache(worker.getId());
});
} finally {
lock.unlock();