This commit is contained in:
Lemon
2023-07-11 16:50:40 +08:00
parent 74288ac722
commit 387af25a40

View File

@@ -2233,6 +2233,7 @@ public class OrderBasicInfoServiceImpl implements IOrderBasicInfoService {
.orderCode(orderCode)
.payAmount(payAmount)
.payMode(payMode)
.startMode(dto.getStartMode())
.build();
payOrderSuccessCallback(callbackDTO);
}