admin
2019-08-26 d28bed1a1275131a5ca37f7da37961e2b518ac07
fanli/src/main/java/com/yeshi/fanli/dao/mybatis/HongBaoV2Mapper.java
@@ -127,8 +127,16 @@
    * @param count
    * @return
    */
   List<HongBaoV2> listCanBalanceHongBaoByTypeAndUid(@Param("types") List<Integer> type, @Param("uid") Long uid,
   List<HongBaoV2> listCanBalanceHongBaoByTypeAndUid(@Param("types") List<Integer> type, @Param("uid") Long uid,@Param("start") long start,
         @Param("count") int count);
   /**
    * 计算可以结算红包的数量
    * @param type
    * @param uid
    * @return
    */
   long countCanBalanceHongBaoByTypeAndUid(@Param("types") List<Integer> type, @Param("uid") Long uid);
   /**
    * 根据用户ID,订单状态和结算时间统计邀请赚的订单数量