* [bug,0.1h] fix error.

This commit is contained in:
qixinzhi
2024-11-25 15:34:52 +08:00
committed by 宋辰轩
parent 62dae17c66
commit 4d8adeeb9a
+1 -1
View File
@@ -487,7 +487,7 @@ EOT)->from(TABLE_TASK)->alias('t1')
->orderBy('id_desc')
->fetchAll();
return $this->mergePivotSpecData($pivots);
return $this->mergePivotSpecData($pivots, false);
}
/**