Browse Source

媒介报表

hcst_sunzhen 4 years ago
parent
commit
7a68d1a6fe

+ 1 - 1
jeecg-boot-module-system/src/main/java/org/jeecg/modules/ctop/mapper/xml/MediaReportMapper.xml

@@ -468,7 +468,7 @@
                         AND a.advertiser_id = #{advertiserId}
                     </if>
                     <if test="companyId != null and companyId != ''">
-                        AND a.company_id = #{companyId}
+                        AND d.company_id = #{companyId}
                     </if>
                     <if test="productId != null and productId != ''">
                         AND a.id = #{productId}