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
08d6a080
Commit
08d6a080
authored
Jul 15, 2020
by
maliang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
上传bug修复
parent
dc04a078
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
CopyrightMapper.xml
src/main/resources/mybatis-mappers/CopyrightMapper.xml
+1
-1
copyrightMonthSettlement.html
...tic/pages/copyrightBookData/copyrightMonthSettlement.html
+1
-1
No files found.
src/main/resources/mybatis-mappers/CopyrightMapper.xml
View file @
08d6a080
...
...
@@ -170,7 +170,7 @@
from bi_report.report_books_settlement_month a,copyright_data.copyright_deduction b
WHERE
<![CDATA[
a.report_date>
=
'2020-04'
and a.report_date
<
= #{endTime}
a.report_date>
=
#{startTime}
and a.report_date
<
= #{endTime}
]]> and a.copyright_id=b.copyright_id
<if
test=
"bookId != null and bookId!='' "
>
and a.book_id = #{bookId}
...
...
src/main/resources/static/pages/copyrightBookData/copyrightMonthSettlement.html
View file @
08d6a080
...
...
@@ -2,7 +2,7 @@
<html
lang=
"en"
>
<head>
<meta
charset=
"UTF-8"
>
<title>
广告主数据汇总
</title>
<title>
版权方月数据
</title>
</head>
<link
rel=
"stylesheet"
href=
"../../css/treetable/jquery.treetable.css"
/>
<link
rel=
"stylesheet"
href=
"../../css/treetable/jquery.treetable.theme.default.css"
/>
...
...
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