去掉是否平安项目校验

This commit is contained in:
2020-09-02 11:29:02 +08:00
parent 5397d931f7
commit a18087bc6d
7 changed files with 22 additions and 26 deletions

View File

@@ -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');