This commit is contained in:
2020-10-13 09:18:41 +08:00
parent d8cd8ae9a6
commit 59cf8a26c4
4 changed files with 32 additions and 31 deletions

View File

@@ -13,7 +13,7 @@ use Encore\Admin\Grid;
class IndexController extends AdminController
{
protected $title = '渠道打款处理';
protected $title = '平安渠道打款处理';
/**
* Notes:
@@ -59,6 +59,7 @@ class IndexController extends AdminController
->whereHas('identity', function ($query) {
$query->where('identity_id', 1);
})
->where('type', 'pingan')
->get()
->pluck('nickname', 'id');