mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 19:15:35 +08:00
update 卡启动结算逻辑
This commit is contained in:
@@ -764,6 +764,11 @@ public class OrderBasicInfoServiceImpl implements IOrderBasicInfoService {
|
||||
startMode = StartModeEnum.CARD.getValue();
|
||||
}
|
||||
orderBasicInfo.setStartMode(startMode);
|
||||
// 卡号
|
||||
if (StringUtils.isNotBlank(data.getLogicCard())) {
|
||||
startMode = StartModeEnum.CARD.getValue();
|
||||
orderBasicInfo.setLogicCard(data.getLogicCard());
|
||||
}
|
||||
// 支付方式
|
||||
orderBasicInfo.setPayMode(null);
|
||||
// 支付金额
|
||||
|
||||
Reference in New Issue
Block a user