| | |
| | | @Param("type")Integer type);
|
| | |
|
| | | /**
|
| | | * 注:1笔且付款总金额不小于 payment 元(退款为失效
|
| | | * 统计已到账订单数量
|
| | | * @param uid
|
| | | * @param payment
|
| | | * @param payment -付款金额
|
| | | * @param type -类型: 1自购 2分享 3邀请 4自购+分享 |
| | | * @param dateType 1本月
|
| | | * @return
|
| | | */
|
| | | Long countMyDirectOrderByCashNotArrival(@Param("uid") Long uid, @Param("payment") BigDecimal payment,
|
| | | @Param("type")Integer type);
|
| | | Long countOrderByCashArrival(@Param("uid") Long uid, @Param("payment") BigDecimal payment,
|
| | | @Param("type")Integer type, @Param("dateType")Integer dateType);
|
| | |
|
| | | |
| | | /**
|
| | | * 统计未到账订单数量
|
| | | * @param uid
|
| | | * @param payment -付款金额
|
| | | * @param type -类型: 1自购 2分享 3邀请 4自购+分享 |
| | | * @param dateType 1本月
|
| | | * @return
|
| | | */
|
| | | Long countOrderByCashNotArrival(@Param("uid") Long uid, @Param("payment") BigDecimal payment,
|
| | | @Param("type")Integer type, @Param("dateType")Integer dateType);
|
| | |
|
| | | /**
|
| | | * 查询用户个类型预计奖金
|
| | |
| | | BigDecimal getRewardMoneyByDate(@Param("uid") Long uid, @Param("day")Integer dateType,
|
| | | @Param("type") Integer hbType, @Param("orderState") Integer orderState,
|
| | | @Param("orderNo") String orderNo, @Param("moneyState") Integer moneyState,
|
| | | @Param("startTime") String startTime, @Param("endTime") String endTime,@Param("listSource") List<Integer> listSource);
|
| | | @Param("startTime") String startTime, @Param("endTime") String endTime,
|
| | | @Param("listSource") List<Integer> listSource);
|
| | |
|
| | | /**
|
| | | * 统计各个订单类型 有效个数
|