优化渠道核销统计
This commit is contained in:
@@ -49,7 +49,7 @@ class CensusController extends AdminController
|
||||
|
||||
$grid->model()->whereHas('identity', function ($q) {
|
||||
$q->where('identity_id', 1);
|
||||
})->where('type', 'pingan');
|
||||
});
|
||||
|
||||
$grid->disableCreateButton();
|
||||
$grid->disableBatchActions();
|
||||
|
||||
Reference in New Issue
Block a user