From 047755dbd74b007007403db4b7ee33f5ad6058ca Mon Sep 17 00:00:00 2001 From: Anyon Date: Wed, 23 Dec 2020 18:25:04 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=E4=BF=AE=E6=94=B9=E6=94=AF?= =?UTF-8?q?=E4=BB=98=E9=80=9A=E9=81=93=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/data/controller/api/auth/Config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/data/controller/api/auth/Config.php b/app/data/controller/api/auth/Config.php index 7e7f04ae5..9fcd022e9 100644 --- a/app/data/controller/api/auth/Config.php +++ b/app/data/controller/api/auth/Config.php @@ -28,7 +28,7 @@ class Config extends Auth } $map = ['status' => 1, 'deleted' => 0]; $query = $this->app->db->name('DataPayment')->where($map)->whereIn('type', $types); - $collect = $query->order('sort desc,id desc')->field('code,name,type,create_at')->select(); + $collect = $query->order('sort desc,id desc')->field('code,name,type')->select(); $this->success('获取支付通道数据', $collect->toArray()); } } \ No newline at end of file