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 254f5339
authored
Aug 05, 2021
by
xmh
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修正错误
1 parent
06c5932e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
label-platform/src/main/java/com/viontech/label/platform/service/main/ReidService.java
label-platform/src/main/java/com/viontech/label/platform/service/main/ReidService.java
View file @
254f533
...
@@ -517,7 +517,7 @@ public class ReidService {
...
@@ -517,7 +517,7 @@ public class ReidService {
long
userId
=
StpUtil
.
getLoginIdAsLong
();
long
userId
=
StpUtil
.
getLoginIdAsLong
();
log
.
setOperateUser
(
userId
);
log
.
setOperateUser
(
userId
);
log
.
setOperate
(
Arrays
.
toString
(
picIdArr
));
log
.
setOperate
(
Arrays
.
toString
(
picIdArr
));
log
.
setOperateType
(
LogOperateType
.
REID_MERGE_PERSON
.
val
);
log
.
setOperateType
(
LogOperateType
.
REID_MERGE_
AS_NEW_
PERSON
.
val
);
logService
.
insertSelective
(
log
);
logService
.
insertSelective
(
log
);
}
}
...
@@ -526,7 +526,7 @@ public class ReidService {
...
@@ -526,7 +526,7 @@ public class ReidService {
long
userId
=
StpUtil
.
getLoginIdAsLong
();
long
userId
=
StpUtil
.
getLoginIdAsLong
();
log
.
setOperateUser
(
userId
);
log
.
setOperateUser
(
userId
);
log
.
setOperate
(
Arrays
.
toString
(
picIdArr
));
log
.
setOperate
(
Arrays
.
toString
(
picIdArr
));
log
.
setOperateType
(
LogOperateType
.
REID_
MERGE_PERSON
.
val
);
log
.
setOperateType
(
LogOperateType
.
REID_
DELETE
.
val
);
logService
.
insertSelective
(
log
);
logService
.
insertSelective
(
log
);
}
}
...
...
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