|
|
@@ -105,6 +105,7 @@ public class BusRoomBookingOrdersServiceImpl extends ServiceImpl<BusRoomBookingO
|
|
|
newCustomer.setPhone(item.getPhone());
|
|
|
newCustomer.setCertType(1); // 身份证
|
|
|
customerService.save(newCustomer);
|
|
|
+ item.getOrderInfo().setContactId(newCustomer.getId());
|
|
|
} else {
|
|
|
item.getOrderInfo().setContactId(customer.getId());
|
|
|
}
|
|
|
@@ -312,6 +313,7 @@ public class BusRoomBookingOrdersServiceImpl extends ServiceImpl<BusRoomBookingO
|
|
|
newCustomer.setPhone(item.getPhone());
|
|
|
newCustomer.setCertType(1); // 身份证
|
|
|
customerService.save(newCustomer);
|
|
|
+ item.getOrderInfo().setContactId(newCustomer.getId());
|
|
|
} else {
|
|
|
item.getOrderInfo().setContactId(customer.getId());
|
|
|
}
|