@@ -74,7 +74,7 @@ |
||
| 74 | 74 | |
| 75 | 75 | |
| 76 | 76 | |
| 77 | - return $query->where("\"{$baseTable}\".\"ID\" IN (" . implode(',', $array) . ')'); |
|
| 77 | + return $query->where("\"{$baseTable}\".\"ID\" IN (".implode(',', $array).')'); |
|
| 78 | 78 | } |
| 79 | 79 | |
| 80 | 80 | protected function excludeOne(DataQuery $query) |