Commit 14cd91f2 authored by maliang's avatar maliang

类属性修改

parent 3a75813e
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
SELECT report_date,a.copyright_id,a.copyright_name,total_amount as totalAmount, SELECT report_date,a.copyright_id,a.copyright_name,total_amount as totalAmount,
IFNULL(total_ad_amount,0) totalAdvertAmount,jiesuan_status_name statusName,jiesuan_status status,release_status_name releaseStatusName,release_status releaseStatus,b.type,b.type_name,b.context IFNULL(total_ad_amount,0) totalAdvertAmount,jiesuan_status_name statusName,jiesuan_status status,release_status_name releaseStatusName,release_status releaseStatus,b.type,b.type_name,b.context
FROM bi_report.report_book_settlement_month_copyright a,copyright_data.copyright_deduction b FROM bi_report.report_book_settlement_month_copyright a,copyright_data.copyright_deduction b
WHERE a.report_date>='2020-04' and a.copyright_id=b.copyright_id WHERE a.report_date>='2020-04' and a.copyright_id=b.copyright_id and a.report_date=b.create_month
<if test="copyrightId != null"> <if test="copyrightId != null">
and a.copyright_id in and a.copyright_id in
<foreach collection="copyrightId" item="item" index="index" separator="," open="(" close=")"> <foreach collection="copyrightId" item="item" index="index" separator="," open="(" close=")">
......
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