* [misc,done,0.1h] fix import task error.
This commit is contained in:
@@ -2549,6 +2549,7 @@ class executionModel extends model
|
||||
->andWhere('type')->eq('execution')
|
||||
->andWhere('account')->eq($account)
|
||||
->fetch();
|
||||
if(empty($role)) continue;
|
||||
|
||||
$role->root = $execution->id;
|
||||
$role->join = $today;
|
||||
|
||||
Reference in New Issue
Block a user