zhijiezhao vor 3 Jahren
Ursprung
Commit
d36711fb03
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. 2 1
      src/main/resources/mappings/modules/super/CmSvipCouponMapper.xml

+ 2 - 1
src/main/resources/mappings/modules/super/CmSvipCouponMapper.xml

@@ -177,7 +177,8 @@
 
     <select id="findUseTime" resultType="String">
         SELECT DISTINCT usetime
-        FROM cm_svip_coupon
+        FROM cm_svip_coupon_month
+        where delFlag=0
     </select>
 
     <select id="findBind" resultType="java.lang.String">