From ab2763299ac1516f0994a8936c30a5593174bf3d Mon Sep 17 00:00:00 2001 From: devil_gong Date: Mon, 26 Nov 2018 17:01:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service/Application/Service/OrderService.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/Application/Service/OrderService.class.php b/service/Application/Service/OrderService.class.php index e657731b6..7be35bb61 100755 --- a/service/Application/Service/OrderService.class.php +++ b/service/Application/Service/OrderService.class.php @@ -1257,7 +1257,7 @@ class OrderService { $where['user_id'] = $params['user']['id']; } else { - return $result; + return DataReturn('用户信息有误', 0, $result); } }