From 3c21fc02232951da86803870a23d793e3974ac3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Thu, 11 Mar 2021 18:30:08 +0800 Subject: [PATCH] Update OrderService.php --- app/data/service/OrderService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/data/service/OrderService.php b/app/data/service/OrderService.php index 1735f92cb..bf57ff0c0 100644 --- a/app/data/service/OrderService.php +++ b/app/data/service/OrderService.php @@ -39,7 +39,7 @@ class OrderService extends Service /** * 绑定订单详情数据 * @param array $data - * @param bool $fromer + * @param boolean $fromer * @return array * @throws \think\db\exception\DataNotFoundException * @throws \think\db\exception\DbException