支付单、订单
This commit is contained in:
parent
78677db068
commit
3450c13059
|
@ -29,17 +29,17 @@ public class BonusConverterImpl implements BonusConverter {
|
|||
|
||||
// 若渠道为官方收款,则处理官方收款分成
|
||||
if (ChannelType.PLATFORM.getType().equals(channel.getType())) {
|
||||
this.toBonusListPlatform(bo);
|
||||
return this.toBonusListPlatform(bo);
|
||||
} else {
|
||||
// TODO 待处理
|
||||
throw new ServiceException("暂不支持独立收款渠道");
|
||||
}
|
||||
}
|
||||
|
||||
// 处理官方收款分成
|
||||
// TODO 处理官方收款分成
|
||||
private List<BonusVO> toBonusListPlatform(OrderPayBO bo) {
|
||||
// 获取平台分成
|
||||
Bonus platform = getPlatformBonus(bo);
|
||||
|
||||
return Collections.emptyList();
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user