This commit is contained in:
JonatanRek 2020-07-15 19:15:36 +02:00
parent dbbf42bc0d
commit d1b4597720
1 changed files with 2 additions and 1 deletions

View File

@ -84,7 +84,8 @@ class SubDeviceManager
SELECT MAX(record_id) SELECT MAX(record_id)
FROM records FROM records
GROUP BY subdevice_id GROUP BY subdevice_id
) )
ORDER BY type DESC
", $roomIds); ", $roomIds);
$ret = []; $ret = [];