|
@@ -206,6 +206,7 @@ Error_manager Command_manager::execute_store_command(const message::Store_comman
|
|
|
base_info_response.set_receiver(message::eTerminor);
|
|
|
response.mutable_base_info()->CopyFrom(base_info_response);
|
|
|
response.mutable_id_struct()->CopyFrom(request.id_struct());
|
|
|
+ response.set_license(request.car_info().license());
|
|
|
|
|
|
Error_manager code;
|
|
|
if (request.base_info().msg_type() == message::eStore_command_request_msg
|
|
@@ -320,7 +321,8 @@ Error_manager Command_manager::execute_pickup_command(const message::Pickup_comm
|
|
|
base_info_response.set_sender(message::eMain);
|
|
|
base_info_response.set_receiver(message::eTerminor);
|
|
|
response.mutable_base_info()->CopyFrom(base_info_response);
|
|
|
-
|
|
|
+ response.mutable_id_struct()->CopyFrom(request.id_struct());
|
|
|
+ response.set_license(request.car_info().license());
|
|
|
if (m_thread_queue_process == nullptr)
|
|
|
{
|
|
|
error_msg.set_error_code(ERROR);
|