Toggle navigation
Toggle navigation
This project
Loading...
Sign in
jack
/
photo_show
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
mlge
2018-11-23 16:01:00 +0800
Commit
88a6e4368d6a91f491fc00124150bed946c8f695
1 parent
e66be5f6
no message
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
src/main/java/com/example/demo/ShowCtrl.java
src/main/java/com/example/demo/ShowCtrl.java
View file @
88a6e43
...
...
@@ -264,7 +264,8 @@ public class ShowCtrl {
if
(
count
>
0
){
//当前行的数据
if
(
count
>
0
){
//count --总页数
count
=
count
%
5
==
0
?
count
/
5
:
(
count
/
5
+
1
);
pageListResp
.
iTotalDisplayRecords
(
count
).
iTotalRecords
(
count
);
...
...
Please
register
or
login
to post a comment