| | |
| | | import org.springframework.util.CollectionUtils; |
| | | import org.springframework.util.LinkedMultiValueMap; |
| | | import org.springframework.util.MultiValueMap; |
| | | import org.springframework.util.StringUtils; |
| | | import org.springframework.web.client.RestTemplate; |
| | | |
| | | import javax.annotation.Resource; |
| | |
| | | transactionDetailsService.saveData(orderPrivateCar.getUserId(), "完成订单", query.getAmount(), 2, 1, 1, 1, query.getOrderId()); |
| | | // orderPrivateCar.setState(8); |
| | | orderPrivateCar.setPayType(type); |
| | | if(!StringUtils.hasLength(orderPrivateCar.getTransactionId())){ |
| | | orderPrivateCar.setTransactionId(order_id); |
| | | } |
| | | this.updateById(orderPrivateCar); |
| | | |
| | | // UserInfo userInfo = userInfoService.selectById(orderPrivateCar.getUserId()); |