Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
hp-smart
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
platform
hp-smart
Commits
4ee9cd8e
Commit
4ee9cd8e
authored
Oct 15, 2024
by
liuyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2024-10-15 调整设备点检删除功能
parent
4a3bb087
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
ServiceHPSB006.java
.../java/com/baosight/hpjx/hp/sb/service/ServiceHPSB006.java
+1
-1
No files found.
src/main/java/com/baosight/hpjx/hp/sb/service/ServiceHPSB006.java
View file @
4ee9cd8e
...
@@ -85,7 +85,7 @@ public class ServiceHPSB006 extends ServiceEPBase {
...
@@ -85,7 +85,7 @@ public class ServiceHPSB006 extends ServiceEPBase {
hpsb004
.
setTaskStatus
(
0
);
hpsb004
.
setTaskStatus
(
0
);
DaoUtils
.
update
(
HPSB004
.
UPDATE
,
hpsb004
);
DaoUtils
.
update
(
HPSB004
.
UPDATE
,
hpsb004
);
}
}
DaoUtils
.
update
(
HPSB00
4
.
DELETE_FLAG
,
hgsb004
.
toMap
());
DaoUtils
.
update
(
HPSB00
6
.
DELETE_FLAG
,
hgsb004
.
toMap
());
}
}
inInfo
.
setStatus
(
EiConstant
.
STATUS_SUCCESS
);
inInfo
.
setStatus
(
EiConstant
.
STATUS_SUCCESS
);
inInfo
.
setMsgByKey
(
"ep.1000"
,
new
String
[]{
String
.
valueOf
(
i
),
I18nMessages
.
getText
(
"label.delete"
,
"删除"
)});
inInfo
.
setMsgByKey
(
"ep.1000"
,
new
String
[]{
String
.
valueOf
(
i
),
I18nMessages
.
getText
(
"label.delete"
,
"删除"
)});
...
...
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