mirror of
https://github.com/dataease/dataease.git
synced 2025-02-24 19:42:56 +08:00
Merge pull request #13430 from ulleo/dev-v2
feat(X-Pack): [数据填报]增加统计用户待填报任务条数接口
This commit is contained in:
commit
066d01d7b9
@ -110,6 +110,9 @@ public interface DataFillingApi {
|
||||
@PostMapping("/user-task/page/{goPage}/{pageSize}")
|
||||
IPage<DfUserTaskVo> listUserTask(@PathVariable("goPage") int goPage, @PathVariable("pageSize") int pageSize, @RequestBody DfUserTaskRequest request) throws Exception;
|
||||
|
||||
@PostMapping("/user-task/todo/count")
|
||||
long countUserTodoList() throws Exception;
|
||||
|
||||
@GetMapping("/user-task/list/{id}")
|
||||
DfUserTaskData listUserTaskData(@PathVariable("id") Long id) throws Exception;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user