소스 검색

媒介报表

hcst_sunzhen 4 년 전
부모
커밋
7a68d1a6fe
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      jeecg-boot-module-system/src/main/java/org/jeecg/modules/ctop/mapper/xml/MediaReportMapper.xml

+ 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}