Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smart_gov_platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
smart_gov_platform
Commits
361088f4
Commit
361088f4
authored
Mar 24, 2023
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改应用集市应用动态获取
parent
0a0d6061
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
620 additions
and
18 deletions
+620
-18
base-manager/doc/api.md
base-manager/doc/api.md
+620
-0
base-manager/src/main/java/com/mortals/xhx/module/business/service/impl/BusinessMatterServiceImpl.java
...dule/business/service/impl/BusinessMatterServiceImpl.java
+0
-18
No files found.
base-manager/doc/api.md
View file @
361088f4
This diff is collapsed.
Click to expand it.
base-manager/src/main/java/com/mortals/xhx/module/business/service/impl/BusinessMatterServiceImpl.java
View file @
361088f4
...
...
@@ -38,24 +38,6 @@ public class BusinessMatterServiceImpl extends AbstractCRUDServiceImpl<BusinessM
}
}
/**
* @param list
* @param context
* @throws AppException
*/
@Override
protected
void
saveBefore
(
List
<
BusinessMatterEntity
>
list
,
Context
context
)
throws
AppException
{
//批量校验列表 如果存在 则剔除
Iterator
<
BusinessMatterEntity
>
iterator
=
list
.
iterator
();
while
(
iterator
.
hasNext
())
{
BusinessMatterEntity
next
=
iterator
.
next
();
int
count
=
this
.
getDao
().
getCount
(
new
BusinessMatterQuery
().
siteBusinessId
(
next
.
getSiteBusinessId
()).
matterId
(
next
.
getMatterId
()));
if
(
count
>
0
){
iterator
.
remove
();
}
}
super
.
saveBefore
(
list
,
context
);
}
@Override
public
Result
<
BusinessMatterEntity
>
getListByBusiness
(
BusinessMatterQuery
query
,
PageInfo
pageInfo
,
Context
context
)
{
...
...
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