Commit 08d6a080 authored by maliang's avatar maliang

上传bug修复

parent dc04a078
......@@ -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}
......
......@@ -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" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment