| | |
| | | public void invalidBySourceOrderId(Long sourceOrderId);
|
| | |
|
| | | /**
|
| | | * 用户对应的订单失效
|
| | | * @Title: invalidOrderBySourceUid
|
| | | * @Description: |
| | | * @param sourceUid |
| | | * void 返回类型
|
| | | * @throws
|
| | | */
|
| | | public void invalidOrderBySourceUid(Long sourceUid,String beiZhu);
|
| | |
|
| | | /**
|
| | | * 订单结算
|
| | | * @Title: orderSettle
|
| | | * @Description:
|
| | |
| | | */
|
| | | public void updateMoney(Long sourceOrderId, BigDecimal income);
|
| | |
|
| | | /**
|
| | | * 查询分红信息
|
| | | * @param sourceOrderId
|
| | | * @param targetUid
|
| | | * @return
|
| | | */
|
| | | public List<TeamDividentsSourceOrderUserMap> listBySourceOrderIdAndTargetUid(Long sourceOrderId, Long targetUid);
|
| | |
|
| | | }
|