fanli/src/main/java/com/yeshi/fanli/service/impl/hongbao/HongBaoV2ServiceImpl.java
@@ -1034,4 +1034,9 @@ public List<HongBaoV2> listChildrenById(Long id) { return hongBaoV2Mapper.listChildrenById(id); } @Override public List<Long> getUidByNear30DayShareSucceed(){ return hongBaoV2Mapper.getUidByNear30DayShareSucceed(); } }