admin
2019-08-08 3fc84b5d4b36ce9ab5cea84ee1b54942c8e04ef9
fanli/src/main/java/com/yeshi/fanli/service/impl/count/HongBaoV2CountServiceImpl.java
@@ -290,5 +290,10 @@
      long count = hongBaoV2CountMapper.countNumberByUid(uid);
      return (int) count;
   }
   @Override
   public BigDecimal countRebateCouponMoney() {
      return hongBaoV2CountMapper.countRebateCouponMoney();
   }
}