chore: 【ops】工单队列管理

This commit is contained in:
lzh
2026-01-08 15:12:39 +08:00
parent 2a4ca53249
commit e4fa971fea
2 changed files with 58 additions and 24 deletions

View File

@@ -155,6 +155,14 @@ public interface OrderQueueService {
*/
List<OrderQueueDTO> getWaitingTasksByUserId(Long userId);
/**
* 获取用户的暂停任务列表PAUSED状态按暂停时间排序
*
* @param userId 用户ID
* @return 暂停的任务列表(已按暂停时间排序,最早暂停的排在前面)
*/
List<OrderQueueDTO> getInterruptedTasksByUserId(Long userId);
/**
* 查询队列记录
*