From 915573615c15220e2c075bba0b0c40b5901ba85a Mon Sep 17 00:00:00 2001 From: mkm <727897186@qq.com> Date: Mon, 19 Aug 2024 20:13:34 +0800 Subject: [PATCH] =?UTF-8?q?feat(SystemStoreLists):=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E4=BA=86=E5=BA=97=E9=93=BA=E4=BF=A1=E6=81=AF=E8=8E=B7=E5=8F=96?= =?UTF-8?q?=E6=96=B9=E5=BC=8F=EF=BC=8C=E6=B7=BB=E5=8A=A0=E4=BA=86=E7=AE=80?= =?UTF-8?q?=E7=A7=B0=E8=8E=B7=E5=8F=96=E9=80=BB=E8=BE=91=EF=BC=8C=E5=B9=B6?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BA=86=E7=9B=B8=E5=85=B3API=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/api/lists/store/SystemStoreLists.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api/lists/store/SystemStoreLists.php b/app/api/lists/store/SystemStoreLists.php index c730b1ae..9f52831f 100644 --- a/app/api/lists/store/SystemStoreLists.php +++ b/app/api/lists/store/SystemStoreLists.php @@ -58,7 +58,7 @@ class SystemStoreLists extends BaseAdminDataLists implements ListsSearchInterfac $data = SystemStore::where($this->searchWhere)->where($where) ->field(['id', 'name', 'phone', 'detailed_address', 'image', 'is_show', 'day_time','is_store','latitude','longitude','day_start','day_end','is_store' - ,'is_send' + ,'is_send','abbreviation' ]) ->limit($this->limitOffset, $this->limitLength) ->order(['id' => 'desc'])