From 61d15c3234fb94c14169a3580004b5bbca1564d4 Mon Sep 17 00:00:00 2001 From: lanzu_qinsheng <334039090@qq.com> Date: Tue, 3 Nov 2020 09:46:26 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E9=80=81=E9=80=9A=E7=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Admin/Forms/SelectHorseman.php | 1 + 1 file changed, 1 insertion(+) 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('操作失败');