|
@@ -405,6 +405,8 @@ Error_manager PickupProcessTask::dispatch_step()
|
|
|
return code;
|
|
|
|
|
|
if(m_dispatch_response_msg.error_manager().error_code()==0) {
|
|
|
+ //临时修改terminal_id
|
|
|
+ m_terminor_id=m_dispatch_response_msg.terminal_id();
|
|
|
return SUCCESS;
|
|
|
}
|
|
|
else
|
|
@@ -439,6 +441,7 @@ Error_manager PickupProcessTask::notify_wait_for_leave_step()
|
|
|
base_info.set_msg_type(message::eNotify_request_msg);
|
|
|
base_info.set_timeout_ms(1000*60*60*24);//超时一天
|
|
|
|
|
|
+ request.set_terminal_id(m_terminor_id);
|
|
|
request.mutable_base_info()->CopyFrom(base_info);
|
|
|
request.mutable_car_info()->CopyFrom(m_car_info);
|
|
|
request.set_command_key(create_key());
|