fix(): 重点作业作业算法配置 摄像头在线状态空值问题

dev
lishiwei 2026-07-02 19:40:22 +08:00
parent 3be9130520
commit 6e0c639f60
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@
SELECT
lpc.*,
c.video_name cameraName,
c.is_online,
IFNULL(c.is_online,0) is_online,
kpai.algorithm_id,
group_concat(DISTINCT a.name) as algorithmType
FROM key_project_camera lpc