去掉是否平安项目校验
This commit is contained in:
@@ -43,7 +43,7 @@ class IndexController extends AdminController
|
||||
$actions->add(new Callback);
|
||||
}
|
||||
|
||||
if ($actions->row->type == 'pingan' && $actions->row->identity_id == 1 && $user->id == 1) {
|
||||
if ($actions->row->identity_id == 1 && $user->id == 1) {
|
||||
$actions->add(new Profit);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user