diff --git a/app/Admin/Forms/SelectHorseman.php b/app/Admin/Forms/SelectHorseman.php index c0d86fe..4151b0e 100644 --- a/app/Admin/Forms/SelectHorseman.php +++ b/app/Admin/Forms/SelectHorseman.php @@ -42,6 +42,7 @@ class SelectHorseman extends Form $ssdb->set("horseman_coordinate_{$hid}",$coordinate); //>>2.配送开始后,给用户发送消息通知 Rpc::onlineDeliveryStart($row->global_order_id); + return $this->success('操作成功',"order?page={$current_page}"); }else{ return $this->error('操作失败');