mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
[更新]修改支付通道配置
This commit is contained in:
parent
7a72760f83
commit
047755dbd7
@ -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());
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user