浏览代码

Merge remote-tracking branch 'origin/master'

zhaoxian 1 年之前
父节点
当前提交
1aa238407f
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      ruixuan-live/src/main/resources/mapper/isc/SupplyChainMapper.xml

+ 1 - 0
ruixuan-live/src/main/resources/mapper/isc/SupplyChainMapper.xml

@@ -2161,6 +2161,7 @@
         left join promoter_item_order_count t2
         on t1.promoter_id = t2.promoter_id and t1.stat_date = t2.stat_date
         where 1 = 1
+        and t1.media_id = 2
         <if test="start != null and start != ''">
             and t1.stat_date &gt;= #{start}
         </if>