From 6ada07a65cb221fefb3daaa1b85566d0dc08cf72 Mon Sep 17 00:00:00 2001 From: tianshujie Date: Mon, 30 Jun 2025 11:23:28 +0800 Subject: [PATCH] * [misc,done,0.1h] fix import task error. --- module/execution/model.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/execution/model.php b/module/execution/model.php index 4329446e1f..a619021167 100755 --- a/module/execution/model.php +++ b/module/execution/model.php @@ -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;