zhijiezhao 3 years ago
parent
commit
78385a7928
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/main/resources/mappings/modules/coupon/CmCouponMapper.xml

+ 0 - 1
src/main/resources/mappings/modules/coupon/CmCouponMapper.xml

@@ -455,7 +455,6 @@
 		  LEFT JOIN cm_coupon_redemption_code ccrc ON a.id = ccrc.clubCouponId
 		WHERE
 		  cc.delFlag = 0
-		  AND cc.moneyCouponFlag = 2
 		  AND a.delFlag = 0
 		  AND a.userId = #{userId}
 		  AND a.status = 1