Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
lwby_copyright_book_data
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
maliang
lwby_copyright_book_data
Commits
11415a09
Commit
11415a09
authored
May 27, 2020
by
maliang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
上传bug修复
parent
e4354496
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
3 deletions
+5
-3
CopyrightMapper.xml
src/main/resources/mybatis-mappers/CopyrightMapper.xml
+1
-3
bookInfo.html
...in/resources/static/pages/copyrightBookData/bookInfo.html
+1
-0
bookMonthDetail.html
...urces/static/pages/copyrightBookData/bookMonthDetail.html
+1
-0
copyrightMonthSettlement.html
...tic/pages/copyrightBookData/copyrightMonthSettlement.html
+2
-0
No files found.
src/main/resources/mybatis-mappers/CopyrightMapper.xml
View file @
11415a09
...
...
@@ -39,9 +39,7 @@
and a.release_status = #{status}
</if>
ORDER BY a.report_date DESC
<if
test=
"page != null and page!='' "
>
limit #{page},#{limit};
</if>
limit #{page},#{limit};
</select>
<select
id=
"selectTableListMonthCount"
resultType=
"Integer"
parameterType=
"com.boot.security.server.model.BaseSettlement"
>
...
...
src/main/resources/static/pages/copyrightBookData/bookInfo.html
View file @
11415a09
...
...
@@ -51,6 +51,7 @@
,
page
:
true
,
toolbar
:
'true'
,
defaultToolbar
:
[
'exports'
]
,
limit
:
20
,
limits
:[
20
,
30
,
40
,
50
,
60
,
70
,
80
,
90
,
40000
]
,
height
:
500
,
cols
:
[[
...
...
src/main/resources/static/pages/copyrightBookData/bookMonthDetail.html
View file @
11415a09
...
...
@@ -96,6 +96,7 @@
,
page
:
true
,
toolbar
:
'true'
,
defaultToolbar
:
[
'exports'
]
,
limit
:
20
,
limits
:[
20
,
30
,
40
,
50
,
60
,
70
,
80
,
90
,
30000
]
,
height
:
500
,
cols
:
[[
...
...
src/main/resources/static/pages/copyrightBookData/copyrightMonthSettlement.html
View file @
11415a09
...
...
@@ -72,6 +72,7 @@
,
page
:
true
,
toolbar
:
'true'
,
defaultToolbar
:
[
'exports'
]
,
limit
:
20
,
limits
:[
20
,
30
,
40
,
50
,
60
,
70
,
80
,
90
,
400
]
,
height
:
500
,
cols
:
[[
...
...
@@ -99,6 +100,7 @@
,
page
:
true
,
toolbar
:
'true'
,
defaultToolbar
:
[
'exports'
]
,
limit
:
20
,
limits
:[
20
,
30
,
40
,
50
,
60
,
70
,
80
,
90
,
400
]
,
height
:
500
,
cols
:
[[
...
...
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