Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ops
/
monitor-service
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
qinchao
2018-03-23 15:30:14 +0800
Commit
7a915200ce7854d2a10a63e8ec731ede320c8d97
1 parent
23c88117
发布工单
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
monitor-service-other/src/main/java/com/monitor/other/worksystem/ctrl/ReleaseWorkCtrl.java
monitor-service-other/src/main/java/com/monitor/other/worksystem/ctrl/ReleaseWorkCtrl.java
View file @
7a91520
...
...
@@ -215,7 +215,7 @@ public class ReleaseWorkCtrl {
return
new
BaseResponse
<
Integer
>();
}
catch
(
Exception
e
)
{
logger
.
error
(
"checkWorkJobByOperator ~"
,
e
);
return
new
BaseResponse
<>();
return
new
BaseResponse
<>(
201
,
"校验工单异常"
);
}
}
...
...
Please
register
or
login
to post a comment