去掉是否平安项目校验
This commit is contained in:
@@ -13,7 +13,7 @@ use Encore\Admin\Grid;
|
||||
class IndexController extends AdminController
|
||||
{
|
||||
|
||||
protected $title = '平安渠道打款处理';
|
||||
protected $title = '渠道打款处理';
|
||||
|
||||
/**
|
||||
* Notes:
|
||||
@@ -59,7 +59,6 @@ class IndexController extends AdminController
|
||||
->whereHas('identity', function ($query) {
|
||||
$query->where('identity_id', 1);
|
||||
})
|
||||
->where('type', 'pingan')
|
||||
->get()
|
||||
->pluck('nickname', 'id');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user