yujian
2020-06-22 652de4214ebe5efcf3abd30e68c83cb38beb2a23
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);
   }
}