* [misc] fix bug.

This commit is contained in:
sunguangming
2025-04-03 15:51:07 +08:00
committed by 刘刚
parent 97d19b1286
commit a8e857cd32
+1 -1
View File
@@ -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();