去掉是否平安项目校验
This commit is contained in:
@@ -20,7 +20,7 @@ class IndexController extends AdminController
|
||||
'accountable',
|
||||
User::class,
|
||||
function ($query) {
|
||||
$query->where('type', 'pingan')->whereHas('identity', function ($q) {
|
||||
$query->whereHas('identity', function ($q) {
|
||||
$q->where('identity_id', 1);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user