Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
hg-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
hg-smart
Commits
48eac788
Commit
48eac788
authored
Aug 21, 2024
by
liuyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2024-08-21 企业管理banner清单删除功能
parent
96c8bb80
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
+2
-1
ServiceHGPZ009A.java
...java/com/baosight/hggp/hg/pz/service/ServiceHGPZ009A.java
+2
-1
No files found.
src/main/java/com/baosight/hggp/hg/pz/service/ServiceHGPZ009A.java
View file @
48eac788
...
...
@@ -3,6 +3,7 @@ package com.baosight.hggp.hg.pz.service;
import
com.baosight.hggp.aspect.annotation.OperationLogAnnotation
;
import
com.baosight.hggp.core.constant.CommonConstant
;
import
com.baosight.hggp.core.dao.DaoUtils
;
import
com.baosight.hggp.core.utils.Iplat4jUtils
;
import
com.baosight.hggp.hg.ds.domain.HGDS002
;
import
com.baosight.hggp.hg.pz.domain.HGPZ009A
;
import
com.baosight.hggp.util.DateUtils
;
...
...
@@ -109,7 +110,7 @@ public class ServiceHGPZ009A extends ServiceEPBase {
hppz009A
.
fromMap
(
resultRows
.
get
(
i
));
DaoUtils
.
update
(
HGPZ009A
.
DELETE
,
hppz009A
);
if
(!
hppz009A
.
getDocId
().
isEmpty
())
{
this
.
delectDoc
(
hppz009A
.
getDocId
());
Iplat4jUtils
.
deleteFileByDocId
(
hppz009A
.
getDocId
());
}
}
inInfo
=
this
.
query
(
inInfo
);
...
...
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