Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-platform
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
youjj
cloud-platform
Commits
3335f12b
Commit
3335f12b
authored
Jul 31, 2019
by
hanfeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改违章
parent
8f14cb65
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
CertificationController.java
...latform/universal/controller/CertificationController.java
+3
-1
No files found.
xx-universal/xx-universal-server/src/main/java/com/xxfc/platform/universal/controller/CertificationController.java
View file @
3335f12b
...
@@ -41,6 +41,7 @@ public class CertificationController {
...
@@ -41,6 +41,7 @@ public class CertificationController {
private
UserFeign
userFeign
;
private
UserFeign
userFeign
;
@Qualifier
(
"applicationTaskExecutor"
)
@Qualifier
(
"applicationTaskExecutor"
)
@Autowired
@Autowired
private
TaskExecutor
executor
;
private
TaskExecutor
executor
;
...
@@ -102,12 +103,13 @@ public class CertificationController {
...
@@ -102,12 +103,13 @@ public class CertificationController {
if
(
type
!=
null
&&
type
==
0
){
if
(
type
!=
null
&&
type
==
0
){
ObjectRestResponse
<
Integer
>
result
=
certificationService
.
certificate
(
idInformation
);
ObjectRestResponse
<
Integer
>
result
=
certificationService
.
certificate
(
idInformation
);
if
(
result
.
getRel
())
{
if
(
result
.
getRel
())
{
executor
.
execute
(
new
Runnable
()
{
Thread
thread
=
new
Thread
(
new
Runnable
()
{
@Override
@Override
public
void
run
()
{
public
void
run
()
{
setIntegral
(
appUserDTO
.
getUserid
(),
result
.
getData
());
setIntegral
(
appUserDTO
.
getUserid
(),
result
.
getData
());
}
}
});
});
thread
.
start
();
}
}
return
result
;
return
result
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment