yujian
2020-04-13 e7435f02fcbe040e32dfd21c308957eb2de2837d
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);
   }
}