FengChaoYu 7 місяців тому
батько
коміт
80c577c6ec

+ 3 - 0
mall-server-api/src/main/resources/mapper/MaterialMapper.xml

@@ -308,6 +308,9 @@
         ${ex.selected}
         FROM websit_sales_pay_order a
         ${ex.query}
+        AND goods_type = 'M'
+        AND pay_type IN ('WECHAT', 'ALLINPAY')
+        AND order_type = 'S'
         <if test="ex.adminWebsitIds != null and ex.adminWebsitIds.size > 0">
             AND a.websit_id IN
             <foreach item="item" index="index" collection="ex.adminWebsitIds" open="(" separator="," close=")">