diff --git a/mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml b/mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml
index d5c4611f8..7bc8e3f3d 100644
--- a/mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml
+++ b/mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml
@@ -800,9 +800,6 @@
and co.`parent_tenant_id` = #{parentTenantId}
-
- and cu.`phone` = #{cUserPhone}
-
and co.coupon_order_status = #{couponOrderStatus}
@@ -836,21 +833,6 @@
and co.order_id = #{orderId}
-
- and c.id = #{couponId}
-
-
- and c.title like concat('%', #{title},'%')
-
-
- and c.`type` = #{type}
-
-
- and c.business = #{business}
-
-
- and c.`source_type` = #{sourceType}
-
and co.coupon_id in
diff --git a/mallinkService/src/main/resources/mapper/WxMerchantMapper.xml b/mallinkService/src/main/resources/mapper/WxMerchantMapper.xml
index 16447c0b9..545bd6c3b 100644
--- a/mallinkService/src/main/resources/mapper/WxMerchantMapper.xml
+++ b/mallinkService/src/main/resources/mapper/WxMerchantMapper.xml
@@ -756,7 +756,7 @@