mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-06 14:07:49 +08:00
调整通道列表排序
This commit is contained in:
parent
51a7ae056e
commit
c1c9c7957b
@ -295,6 +295,7 @@ public class ChannelProvider {
|
||||
if (params.get("parentDeviceId") != null) {
|
||||
sqlBuild.append(" AND coalesce(gb_parent_id, parent_id) = #{parentDeviceId}");
|
||||
}
|
||||
sqlBuild.append(" order by create_time desc");
|
||||
return sqlBuild.toString();
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user