@@ -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=")">