| | |
| | | */
|
| | | BigDecimal getRewardMoneyByUid(@Param("uid") Long uid, @Param("list") List<Integer> list);
|
| | |
|
| | | /**
|
| | | * 注:1.有效一级队员定义:2019年1月1日起,自购或分享1笔且付款总金额不小于 payment 元(退款为失效
|
| | | * @param uid
|
| | | * @param list 类型
|
| | | * @return
|
| | | */
|
| | | Long countValidOrderByUidAndTime(@Param("uid") Long uid, @Param("limitTime") long limitTime,
|
| | | @Param("payment") BigDecimal payment);
|
| | | |
| | | |
| | | Long countOrderByUidAndSettled(@Param("uid") Long uid, @Param("limitTime") long limitTime,
|
| | | @Param("payment") BigDecimal payment);
|
| | | |
| | |
|
| | | /**
|
| | | * 注:1笔且付款总金额不小于 payment 元(退款为失效
|
| | | * @param uid
|
| | | * @param list 类型
|
| | | * @param payment
|
| | | * @return
|
| | | */
|
| | | Long counOrderByUidAndOrderType(@Param("uid") Long uid, @Param("payment") BigDecimal payment,
|
| | | @Param("type") int type);
|
| | | Long countMyDirectOrderByCashArrival(@Param("uid") Long uid, @Param("payment") BigDecimal payment);
|
| | |
|
| | |
|
| | |
|