| | |
| | | public InviteOrderSubsidy getByOrderNoAndTypeForUpdate(Long uid, String orderNo, Integer type);
|
| | |
|
| | |
|
| | | |
| | | /**
|
| | | * 添加订单补贴
|
| | | * |
| | | * @param orderSubsidy
|
| | | * @throws OrderSubsidyException
|
| | | */
|
| | | public void addOrderSubsidy(InviteOrderSubsidy orderSubsidy) throws InviteOrderSubsidyException;
|
| | |
|
| | | /**
|
| | | * 添加或修改(按照订单号与来源)
|
| | |
| | | * @param orderId
|
| | | * @param sourceType
|
| | | */
|
| | | public void validByOrderIdAndSourceType(String orderId, int sourceType);
|
| | | public void validByOrderIdAndSourceType(String orderId, int sourceType) throws InviteOrderSubsidyException;
|
| | |
|
| | |
|
| | | /**
|