Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
W
work_service
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
licc
work_service
Commits
4f9f2c29
Commit
4f9f2c29
authored
Jan 22, 2021
by
cq990612
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改一些bug
parent
7449d082
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
WorkTimeOrderController.java
...rgy/web/admin/controller/app/WorkTimeOrderController.java
+2
-2
No files found.
wisenergy-web-admin/src/main/java/cn/wisenergy/web/admin/controller/app/WorkTimeOrderController.java
View file @
4f9f2c29
...
...
@@ -107,7 +107,7 @@ public class WorkTimeOrderController extends BaseController {
@ApiOperation
(
value
=
"查询用户的所有项目和部门经理"
,
notes
=
"查询用户的所有项目和部门经理"
,
httpMethod
=
"GET"
)
@ApiImplicitParam
(
name
=
"userId"
,
value
=
"用户id"
,
dataType
=
"int"
,
required
=
true
)
@GetMapping
(
value
=
"/get
p
roject"
)
@GetMapping
(
value
=
"/get
P
roject"
)
public
Result
<
List
<
ProjectDto
>>
getProjectByUserId
(
Integer
userId
)
{
log
.
info
(
"WorkTimeOrderController[]getProjectByUserId[]input.param.userId:{}"
+
userId
);
if
(
null
==
userId
)
{
...
...
@@ -153,7 +153,7 @@ public class WorkTimeOrderController extends BaseController {
@ApiOperation
(
value
=
"查询驳回未提交的"
,
notes
=
"查询驳回未提交的"
,
httpMethod
=
"GET"
)
@ApiImplicitParam
(
name
=
"userId"
,
value
=
"用户id"
,
dataType
=
"int"
,
required
=
true
)
@GetMapping
(
value
=
"/no
s
ubmit"
)
@GetMapping
(
value
=
"/no
S
ubmit"
)
public
Result
<
List
<
WorkTimeOrderDto
>>
rejectNotSubmit
(
Integer
userId
)
{
log
.
info
(
"WorkTimeOrderController[]rejectNotSubmit[]input.param.userId:{}"
+
userId
);
if
(
null
==
userId
)
{
...
...
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