Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nouiWithSpringMVC
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
gechengyang
nouiWithSpringMVC
Commits
bb0f7d02
Commit
bb0f7d02
authored
Aug 10, 2022
by
WeiCong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化多列表分页查询
parent
e0480f91
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
AbstractCache.java
...n/java/org/sss/presentation/noui/cache/AbstractCache.java
+1
-0
eIBS.xml
src/main/resources/eIBS.xml
+1
-0
No files found.
src/main/java/org/sss/presentation/noui/cache/AbstractCache.java
View file @
bb0f7d02
...
...
@@ -147,6 +147,7 @@ public abstract class AbstractCache implements CacheController {
if
(
paginationItem
==
null
||
paginationItem
.
isEmpty
()){
return
;
}
moduleList
.
setPaging
(
true
);
moduleList
.
setPageSize
(
paginationItem
.
get
(
Constants
.
PAGINATION_PAGESIZE
));
moduleList
.
setPage
(
paginationItem
.
get
(
Constants
.
PAGINATION_INDEX
));
}
...
...
src/main/resources/eIBS.xml
View file @
bb0f7d02
...
...
@@ -58,6 +58,7 @@
<!-- 设置查询最大读取数(0为无限制) -->
<property
name=
"maxFetchSize"
value=
"1000"
class=
"int"
/>
<property
name=
"ignoreFetchError"
value=
"true"
class=
"boolean"
/>
<property
name=
"jpaStyleParam"
value=
"true"
class=
"boolean"
/>
</service>
<service
class=
"org.sss.presentation.zk.ZkDisplayUtils"
>
...
...
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