xuhy
6 天以前 68846b0e22d575b2d01b89dd9451b0a16382e9aa
UserZYTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/specialTrain/server/impl/OrderPrivateCarServiceImpl.java
@@ -35,6 +35,7 @@
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;
@@ -1924,7 +1925,9 @@
                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());