zhijiezhao 3 년 전
부모
커밋
109655d931
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      src/main/resources/mapper/CouponMapper.xml

+ 0 - 4
src/main/resources/mapper/CouponMapper.xml

@@ -221,8 +221,4 @@
         from cm_svip_coupon
     </select>
 
-    <select id="findCouponIds" resultType="java.lang.Integer">
-        select couponId
-        from cm_svip_coupon
-    </select>
 </mapper>