| | |
| | | BeanUtils.copyProperties(orderPrivateCar, orderPrivateCar1); |
| | | orderPrivateCar1.setId(null); |
| | | orderPrivateCar1.setRecoveryOrder(1); |
| | | orderPrivateCar1.setIsGenerateRecoveryOrder(0); |
| | | orderPrivateCar1.setOldOrderId(orderPrivateCar.getId()); |
| | | |
| | | //修改原始订单为支付状态 |
| | | orderPrivateCar.setState(9); |
| | |
| | | BeanUtils.copyProperties(orderTaxi, orderTaxi1); |
| | | orderTaxi1.setId(null); |
| | | orderTaxi1.setRecoveryOrder(1); |
| | | orderTaxi1.setIsGenerateRecoveryOrder(0); |
| | | orderTaxi1.setOldOrderId(orderTaxi.getId()); |
| | | |
| | | //修改原始订单为支付状态 |
| | | orderTaxi.setState(9); |