* [bug#58791,done,1h,0h] Fix fetchAll error.

This commit is contained in:
wangyuting
2025-01-03 11:11:19 +08:00
committed by 胡方舟
parent e8ec6cd6df
commit 596236ecbc
+1 -1
View File
@@ -1087,7 +1087,7 @@ class actionModel extends model
->beginIF(!empty($actionCondition))->andWhere("($actionCondition)")->fi()
->orderBy($orderBy)
->limit($limit)
->fetchAll();
->fetchAll('id', false);
}
/**