Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
indicators
Overview
Overview
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
zhangkb
indicators
Commits
b4dcd4d2
Commit
b4dcd4d2
authored
Aug 28, 2020
by
hzc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改 bug
parent
588511fc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
TaskCtrl.java
...java/com/keymobile/indicators/api/hytobacco/TaskCtrl.java
+4
-1
No files found.
src/main/java/com/keymobile/indicators/api/hytobacco/TaskCtrl.java
View file @
b4dcd4d2
...
@@ -79,7 +79,10 @@ public class TaskCtrl {
...
@@ -79,7 +79,10 @@ public class TaskCtrl {
@ApiOperation
(
"获取我的任务(数据填报、数据审核)"
)
@ApiOperation
(
"获取我的任务(数据填报、数据审核)"
)
@PostMapping
(
"findMyTask"
)
@PostMapping
(
"findMyTask"
)
public
List
<
Task
>
findMyTask
(
@RequestBody
QueryAllTaskParam
param
)
{
public
List
<
Task
>
findMyTask
(
@RequestBody
QueryAllTaskParam
param
)
{
//param.setUserId(SystemUserUtil.getCurrentUserId());
//如果userId是空就是管理员
if
(
StringUtils
.
isNotBlank
(
param
.
getUserId
())){
param
.
setUserId
(
SystemUserUtil
.
getCurrentUserId
());
}
LogManager
.
logInfo
(
Constants
.
LOG_CONTEXT_API
,
"{}查询了我任务的"
,
LogManager
.
logInfo
(
Constants
.
LOG_CONTEXT_API
,
"{}查询了我任务的"
,
SystemUserUtil
.
getCurrentUser
());
SystemUserUtil
.
getCurrentUser
());
return
taskService
.
findAllTask
(
param
);
return
taskService
.
findAllTask
(
param
);
...
...
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