zhijiezhao 3 년 전
부모
커밋
d36711fb03
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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">