Commit 330053d8 by xmh

1

1 parent c0ba6e5f
......@@ -63,7 +63,7 @@ public class ReidController {
@GetMapping("/getPeople")
public Object getPeople(@RequestParam Long packId, @RequestParam(required = false) Integer status
, @RequestParam(required = false) Long page, @RequestParam(required = false) Long size, @RequestParam(required = false) Long annotatorId
, @RequestParam(defaultValue = "1") Integer countGTE, @RequestParam(defaultValue = "10000") Integer countLTE) {
, @RequestParam(defaultValue = "1") Integer countGTE, @RequestParam(defaultValue = "1000000") Integer countLTE) {
SubTaskMapper mapper = (SubTaskMapper) subTaskService.getMapper();
List<SubTaskVo> people = mapper.getPeople(packId, status, page == null ? null : (page - 1) * size, size, annotatorId, countGTE, countLTE);
......
......@@ -34,6 +34,7 @@ vion:
- "用户管理"
dataCleaning:
- "数据清洗"
- "清洗管理"
# 内部质检员
2:
label:
......@@ -59,3 +60,7 @@ vion:
6:
label:
- "标注"
# 数据清洗员
7:
dataCleaning:
- "数据清洗"
\ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!