修改图层展示方式

This commit is contained in:
lin
2025-10-31 17:06:11 +08:00
parent dab5643541
commit 2a5435c810
7 changed files with 907 additions and 37 deletions

View File

@@ -518,4 +518,6 @@ public class ChannelController {
return ResponseEntity.status(HttpStatus.INTERNAL_SERVER_ERROR).body(null);
}
}
}

View File

@@ -314,7 +314,8 @@ public interface GroupMapper {
" SUM(CASE WHEN coalesce( wdc.gb_status, wdc.status) = 'ON' THEN 1 ELSE 0 END) AS onlineCount" +
" FROM " +
" wvp_device_channel wdc " +
" where coalesce( wdc.gb_parent_id, wdc.parent_id) in " +
" where wdc.channel_type = 0 AND wdc.data_type != 2 AND (wdc.gb_ptz_type is null || ( wdc.gb_ptz_type != 98 && wdc.gb_ptz_type != 99)) " +
" AND coalesce( wdc.gb_parent_id, wdc.parent_id) in " +
" <foreach collection='groupList' item='item' open='(' separator=',' close=')' > #{item.deviceId}</foreach>" +
" GROUP BY coalesce(wdc.gb_parent_id, wdc.parent_id)" +
"</script>")

View File

@@ -121,3 +121,4 @@ public class CachedBodyHttpServletRequest extends HttpServletRequestWrapper {
}
}

View File

@@ -139,6 +139,10 @@ jt1078:
#[可选] 设备鉴权的密码
password: admin123
sy:
enable: false
# 云台控制开始到结束的时间间隔(毫秒)
ptz-control-time-interval: 300
#zlm 默认服务器配置
media: