update 卡启动结算逻辑

This commit is contained in:
Lemon
2023-04-06 08:43:14 +08:00
parent 5acf8489cd
commit 5ecc3c3c2b
2 changed files with 99 additions and 57 deletions

View File

@@ -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);
// 支付金额