Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
谢明辉
/
vion-label
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 330053d8
authored
Jan 04, 2022
by
xmh
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
1
1 parent
c0ba6e5f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
label-platform/src/main/java/com/viontech/label/platform/controller/web/ReidController.java
label-platform/src/main/resources/application.yml
label-platform/src/main/java/com/viontech/label/platform/controller/web/ReidController.java
View file @
330053d
...
...
@@ -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
=
"10000
00
"
)
Integer
countLTE
)
{
SubTaskMapper
mapper
=
(
SubTaskMapper
)
subTaskService
.
getMapper
();
List
<
SubTaskVo
>
people
=
mapper
.
getPeople
(
packId
,
status
,
page
==
null
?
null
:
(
page
-
1
)
*
size
,
size
,
annotatorId
,
countGTE
,
countLTE
);
...
...
label-platform/src/main/resources/application.yml
View file @
330053d
...
...
@@ -34,6 +34,7 @@ vion:
-
"
用户管理"
dataCleaning
:
-
"
数据清洗"
-
"
清洗管理"
# 内部质检员
2
:
label
:
...
...
@@ -58,4 +59,8 @@ vion:
# 兼职标注员
6
:
label
:
-
"
标注"
\ No newline at end of file
-
"
标注"
# 数据清洗员
7
:
dataCleaning
:
-
"
数据清洗"
\ No newline at end of file
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment