Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
Project
Project
Details
Activity
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
项目统一框架
amos-boot-biz
Commits
9adf7e63
Commit
9adf7e63
authored
Mar 28, 2023
by
zhangsen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改日志表的操作人操作时间部分为空的bug
parent
ac183461
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
7 deletions
+2
-7
ProjectOverFlowController.java
.../module/ugp/biz/controller/ProjectOverFlowController.java
+2
-7
No files found.
amos-boot-system-ugp/amos-boot-module-ugp-biz/src/main/java/com/yeejoin/amos/boot/module/ugp/biz/controller/ProjectOverFlowController.java
View file @
9adf7e63
...
@@ -6,9 +6,7 @@ import com.yeejoin.amos.boot.biz.common.controller.BaseController;
...
@@ -6,9 +6,7 @@ import com.yeejoin.amos.boot.biz.common.controller.BaseController;
import
com.yeejoin.amos.boot.module.ugp.api.Enum.TabLogoEnum
;
import
com.yeejoin.amos.boot.module.ugp.api.Enum.TabLogoEnum
;
import
com.yeejoin.amos.boot.module.ugp.api.dto.OverProjectDto
;
import
com.yeejoin.amos.boot.module.ugp.api.dto.OverProjectDto
;
import
com.yeejoin.amos.boot.module.ugp.api.service.IProjectInitiationService
;
import
com.yeejoin.amos.boot.module.ugp.api.service.IProjectInitiationService
;
import
com.yeejoin.amos.boot.module.ugp.biz.service.impl.ProjectInitiationServiceImpl
;
import
com.yeejoin.amos.boot.module.ugp.biz.service.impl.ProjectOverFlowServiceImpl
;
import
com.yeejoin.amos.boot.module.ugp.biz.service.impl.ProjectOverFlowServiceImpl
;
import
com.yeejoin.amos.boot.module.ugp.biz.service.impl.ProjectServiceImpl
;
import
io.swagger.annotations.Api
;
import
io.swagger.annotations.Api
;
import
io.swagger.annotations.ApiOperation
;
import
io.swagger.annotations.ApiOperation
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.beans.factory.annotation.Autowired
;
...
@@ -32,15 +30,10 @@ import javax.annotation.Resource;
...
@@ -32,15 +30,10 @@ import javax.annotation.Resource;
@RequestMapping
(
value
=
"/projectOver"
)
@RequestMapping
(
value
=
"/projectOver"
)
public
class
ProjectOverFlowController
extends
BaseController
{
public
class
ProjectOverFlowController
extends
BaseController
{
@Resource
private
ProjectServiceImpl
projectServiceImpl
;
@Resource
@Resource
private
IProjectInitiationService
iProjectInitiationService
;
private
IProjectInitiationService
iProjectInitiationService
;
@Resource
private
ProjectInitiationServiceImpl
projectInitiationServiceImpl
;
@Autowired
@Autowired
ProjectOverFlowServiceImpl
projectOverFlowService
;
ProjectOverFlowServiceImpl
projectOverFlowService
;
...
@@ -60,8 +53,10 @@ public class ProjectOverFlowController extends BaseController {
...
@@ -60,8 +53,10 @@ public class ProjectOverFlowController extends BaseController {
String
token
=
RequestContext
.
getToken
();
String
token
=
RequestContext
.
getToken
();
String
appKey
=
RequestContext
.
getAppKey
();
String
appKey
=
RequestContext
.
getAppKey
();
String
product
=
RequestContext
.
getProduct
();
String
product
=
RequestContext
.
getProduct
();
String
exeUserId
=
RequestContext
.
getExeUserId
();
//分支线程执行流程
//分支线程执行流程
Thread
t1
=
new
Thread
(()
->
{
Thread
t1
=
new
Thread
(()
->
{
RequestContext
.
setExeUserId
(
exeUserId
);
RequestContext
.
setToken
(
token
);
RequestContext
.
setToken
(
token
);
RequestContext
.
setAppKey
(
appKey
);
RequestContext
.
setAppKey
(
appKey
);
RequestContext
.
setProduct
(
product
);
RequestContext
.
setProduct
(
product
);
...
...
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