From 798c0fd8c0c7169ea4544e778af77c7b39d0a022 Mon Sep 17 00:00:00 2001 From: Lemon <15040771@qq.com> Date: Tue, 25 Aug 2020 12:13:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=97=E9=93=BA=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Service/OrderListService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Service/OrderListService.php b/app/Service/OrderListService.php index f381801..fc514a2 100644 --- a/app/Service/OrderListService.php +++ b/app/Service/OrderListService.php @@ -104,7 +104,7 @@ class OrderListService implements OrderListServiceInterface ->select( 'o.id', 'o.store_id', - 'o.name as store_name', + 's.name as store_name', 'o.box_money as store_box_money', 'o.mj_money as store_mj_money', 'o.money as store_money',