修改图层展示方式
This commit is contained in:
@@ -518,4 +518,6 @@ public class ChannelController {
|
||||
return ResponseEntity.status(HttpStatus.INTERNAL_SERVER_ERROR).body(null);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -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>")
|
||||
|
||||
@@ -121,3 +121,4 @@ public class CachedBodyHttpServletRequest extends HttpServletRequestWrapper {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -139,6 +139,10 @@ jt1078:
|
||||
#[可选] 设备鉴权的密码
|
||||
password: admin123
|
||||
|
||||
sy:
|
||||
enable: false
|
||||
# 云台控制开始到结束的时间间隔(毫秒)
|
||||
ptz-control-time-interval: 300
|
||||
|
||||
#zlm 默认服务器配置
|
||||
media:
|
||||
|
||||
Reference in New Issue
Block a user