去掉是否平安项目校验

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

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