Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gassafety-progress
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
耿迪迪
gassafety-progress
Commits
e684eeec
Commit
e684eeec
authored
Aug 31, 2023
by
zhangjianqian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
异常打印修改
parent
4ddda673
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
TDetectorReportController.java
...g/web/controller/supervise/TDetectorReportController.java
+3
-1
No files found.
gassafetyprogress-admin/src/main/java/com/zehong/web/controller/supervise/TDetectorReportController.java
View file @
e684eeec
...
@@ -360,7 +360,9 @@ public class TDetectorReportController extends BaseController
...
@@ -360,7 +360,9 @@ public class TDetectorReportController extends BaseController
// 查询设备编号,is_del是0
// 查询设备编号,is_del是0
TDetectorInfo
detector
=
tDetectorInfoService
.
selectTDetectorInfoByCode
(
tDetectorReportDataForm
.
getDeviceNo
());
TDetectorInfo
detector
=
tDetectorInfoService
.
selectTDetectorInfoByCode
(
tDetectorReportDataForm
.
getDeviceNo
());
if
(
detector
==
null
){
if
(
detector
==
null
){
throw
new
IOCException
(
ResultEnum
.
DETECTOR_NOEXIST
);
log
.
error
(
"探测器编号不存在:"
+
tDetectorReportDataForm
.
getDeviceNo
());
return
null
;
//throw new IOCException(ResultEnum.DETECTOR_NOEXIST);
}
}
try
{
try
{
...
...
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