chore: 【ops】工单队列管理
This commit is contained in:
@@ -155,6 +155,14 @@ public interface OrderQueueService {
|
||||
*/
|
||||
List<OrderQueueDTO> getWaitingTasksByUserId(Long userId);
|
||||
|
||||
/**
|
||||
* 获取用户的暂停任务列表(PAUSED状态,按暂停时间排序)
|
||||
*
|
||||
* @param userId 用户ID
|
||||
* @return 暂停的任务列表(已按暂停时间排序,最早暂停的排在前面)
|
||||
*/
|
||||
List<OrderQueueDTO> getInterruptedTasksByUserId(Long userId);
|
||||
|
||||
/**
|
||||
* 查询队列记录
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user