Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
P
pingshan-ranqi
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
yaqizhang
pingshan-ranqi
Commits
8bd666a5
Commit
8bd666a5
authored
Nov 16, 2021
by
王晓倩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
预警数据推送校验设备编号调整
parent
33f3c68b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
TDetectorReportController.java
...ng/web/controller/detector/TDetectorReportController.java
+2
-2
No files found.
gassafety-admin/src/main/java/com/zehong/web/controller/detector/TDetectorReportController.java
View file @
8bd666a5
...
@@ -349,12 +349,12 @@ public class TDetectorReportController extends BaseController
...
@@ -349,12 +349,12 @@ public class TDetectorReportController extends BaseController
log
.
error
(
"【新增泽宏设备上报数据】参数不正确,zhDeviceReportDataForm={}"
,
tDetectorReportDataForm
);
log
.
error
(
"【新增泽宏设备上报数据】参数不正确,zhDeviceReportDataForm={}"
,
tDetectorReportDataForm
);
throw
new
IOCException
(
ResultEnum
.
PARAM_ERROR
.
getCode
(),
bindingResult
.
getFieldError
().
getDefaultMessage
());
throw
new
IOCException
(
ResultEnum
.
PARAM_ERROR
.
getCode
(),
bindingResult
.
getFieldError
().
getDefaultMessage
());
}
}
log
.
info
(
"泽宏设备上报数据===="
+
tDetectorReportDataForm
.
toString
());
TDetectorInfo
detector
=
tDetectorInfoService
.
selectTDetectorInfoByCode
(
tDetectorReportDataForm
.
getDeviceNo
());
TDetectorInfo
detector
=
tDetectorInfoService
.
selectTDetectorInfoByCode
(
tDetectorReportDataForm
.
getDeviceNo
());
if
(
detector
==
null
){
if
(
detector
==
null
){
throw
new
IOCException
(
ResultEnum
.
DETECTOR_NOEXIST
);
throw
new
IOCException
(
ResultEnum
.
DETECTOR_NOEXIST
);
}
}
log
.
info
(
"泽宏设备上报数据===="
+
tDetectorReportDataForm
.
toString
());
try
{
try
{
boolean
flag
=
true
;
boolean
flag
=
true
;
...
...
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