diff --git a/module/execution/model.php b/module/execution/model.php index fa538b532e..2a61aa08eb 100755 --- a/module/execution/model.php +++ b/module/execution/model.php @@ -3680,7 +3680,7 @@ class executionModel extends model foreach($matches[0] as $matchIndex => $match) { $subQuery = $this->dao->select('1')->from(TABLE_TASKTEAM) - ->where('task')->eq('t1.id') + ->where('task = t1.id') ->andWhere('account' . $matches[1][$matchIndex]) ->get();