* [misc,done,0.1h] fix import task error.

This commit is contained in:
tianshujie
2025-06-30 11:23:28 +08:00
parent 2a7672bf63
commit 6ada07a65c
+1
View File
@@ -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;