admin
2020-04-21 0b57cfd62e842b309d03467b96a331c673ecad7c
fanli/src/main/java/com/yeshi/fanli/service/impl/user/UserSystemCouponGiveRecordServiceImpl.java
@@ -83,4 +83,9 @@
   public long countGiveRecord(String type, Integer state) {
      return userSystemCouponGiveRecordMapper.countGiveRecord(type, state);
   }
   @Override
   public UserSystemCouponGiveRecord getByCouponId(Long couponId) {
      return userSystemCouponGiveRecordMapper.getByCouponId(couponId);
   }
}