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 dd1283e6
authored
Nov 03, 2021
by
xmh
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
重建特征池时修复,添å数据库初始化脚本更新
1 parent
352655d5
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
images/init.sql
label-platform/src/main/java/com/viontech/label/platform/service/main/ReidService.java
images/init.sql
View file @
dd1283e
...
...
@@ -93,7 +93,7 @@ create table if not exists d_task
"name"
character
varying
(
64
)
not
null
,
"type"
int4
not
null
,
"label_type"
int4
not
null
,
"account_id"
int8
not
null
,
"account_id"
int8
,
"contractor_manager_id"
int8
,
"manager_id"
int8
,
"assign_time"
timestamp
,
...
...
label-platform/src/main/java/com/viontech/label/platform/service/main/ReidService.java
View file @
dd1283e
...
...
@@ -876,6 +876,8 @@ public class ReidService {
try
{
CompletableFuture
<
AlgResult
>
algResultCompletableFuture
=
matchClient
.
EASY_POOL_API
.
deletePool
(
poolName
);
AlgResult
algResult
=
algResultCompletableFuture
.
get
();
CompletableFuture
<
AlgResult
>
emptyPool
=
matchClient
.
EASY_POOL_API
.
createEmptyPool
(
poolName
);
emptyPool
.
get
();
}
catch
(
Exception
ignore
)
{
}
List
<
SubTask
>
subTasks
=
subTaskService
.
selectByExample
(
subTaskExample
);
...
...
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