| | |
| | | * @param list 类型 |
| | | * @return |
| | | */ |
| | | long countValidOrderTeamUserByUid(@Param("uid") Long uid, @Param("date") String date, |
| | | long countValidOrderTeamUserByUid(@Param("uid") Long uid, @Param("time") Long time, |
| | | @Param("payment") BigDecimal payment); |
| | | |
| | | |
| | |
| | | * @return |
| | | */ |
| | | BigDecimal getRewardMoneyByDate(@Param("uid") Long uid, @Param("day")Integer dateType, |
| | | @Param("type") Integer hbType, @Param("orderState") Integer orderState); |
| | | |
| | | |
| | | @Param("type") Integer hbType, @Param("orderState") Integer orderState, |
| | | @Param("orderNo") String orderNo, @Param("moneyState") Integer moneyState, |
| | | @Param("source") Integer source, |
| | | @Param("startTime") String startTime, @Param("endTime") String endTime); |
| | | } |