From 0d59d664b3b81e9264df6ad513d06b1b2c84c931 Mon Sep 17 00:00:00 2001
From: sgj <1442489573@qq.com>
Date: 星期五, 27 三月 2026 11:43:34 +0800
Subject: [PATCH] 大屏首页储量数量展示,仅展示散粮;抓拍跟踪图片展示业务逻辑调整

---
 fzzy-igdss-web/src/main/resources/static/group/video.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/fzzy-igdss-web/src/main/resources/static/group/video.js b/fzzy-igdss-web/src/main/resources/static/group/video.js
index 0511a38..e66a7b2 100644
--- a/fzzy-igdss-web/src/main/resources/static/group/video.js
+++ b/fzzy-igdss-web/src/main/resources/static/group/video.js
@@ -52,8 +52,8 @@
     $("#deptName").css("font-size", "18px");
     $("#deptName").html(deptCur.kqmc);
     $("#deptAddress").html(deptCur.xzqhmc == null ? "---" : deptCur.xzqhmc);
-    $("#yxcr").html(deptCur.yxcr == null ? "---" : deptCur.yxcr);
-    $("#cfs").html(deptCur.cfs == null ? "---" : deptCur.cfs);
+    $("#yxcr").html(deptCur.contact == null ? "---" : deptCur.contact);
+    $("#cfs").html(deptCur.contactTel == null ? "---" : deptCur.contactTel);
     ajaxCamera();
 }
 

--
Gitblit v1.9.3