yujian
2019-10-28 9319c42fe02d041cee260ca0db8df67bcdf1ea0a
fanli/src/main/java/com/yeshi/fanli/dao/mybatis/user/UserSystemCouponMapper.java
@@ -122,4 +122,13 @@
    */
   List<UserSystemCoupon> getFreeCouponByType(@Param("uid") Long uid, @Param("type") String type);
   
   /**
    *  查询需要激活的免券
    * @param uid
    * @param source
    * @return
    */
   List<UserSystemCoupon> getNeedActivateFreeCouponByType(@Param("uid") Long uid, @Param("type") String type);
}