|
@@ -228,7 +228,7 @@ Error_manager Command_manager::execute_store_command(const message::Store_comman
|
|
|
",终端:" << request.id_struct().terminal_id() << "............................";
|
|
|
//check hardwared
|
|
|
Error_manager parkspace_code = Parkspace_excutor::get_instance_pointer()->check_statu();
|
|
|
- Error_manager dispatch_code = Dispatch_excutor::get_instance_pointer()->check_entrance_statu(request.id_struct().terminal_id());
|
|
|
+ Error_manager dispatch_code = Dispatch_excutor::get_instance_pointer()->check_entrance_statu(request.id_struct().unit_id());
|
|
|
if(parkspace_code!=SUCCESS)
|
|
|
{
|
|
|
error_msg.set_error_code(parkspace_code.get_error_code());
|