|
@@ -63,7 +63,7 @@ public class YppService {
|
|
|
SharePlatformVo sharePlatformVo = accountDetailVo.getSharePlatformVo();
|
|
|
CreateOrder2Request createOrder2Request = new CreateOrder2Request();
|
|
|
|
|
|
- BeanUtils.copyProperties(createOrder2Request, createOrdereRquest);
|
|
|
+ BeanUtils.copyProperties(createOrdereRquest, createOrder2Request);
|
|
|
//0 是创建即支付,1是后支付,等待你们的支付通知
|
|
|
createOrder2Request.setOrderPayMode(1);
|
|
|
//是否可调座
|