diff --git a/mallinkService/src/main/resources/mapper/WxOrderMapper.xml b/mallinkService/src/main/resources/mapper/WxOrderMapper.xml
index ea2f060b9..c8d1477d1 100644
--- a/mallinkService/src/main/resources/mapper/WxOrderMapper.xml
+++ b/mallinkService/src/main/resources/mapper/WxOrderMapper.xml
@@ -892,9 +892,6 @@
and m.id = bu.merchant_id
and o.order_status = '1'
and o.type = 1
-
- and o.pay_vendor = #{payVendor}
-
AND o.create_date > #{wxOrderReportDto.startTime}