admin
2020-05-12 1faf3ab0ba6c17eee48e68e8d0077ea61f45d75d
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);
   }
}