From dffa4edacd228bb7aa385525e4a30db2384bc78f Mon Sep 17 00:00:00 2001
From: 龚焕茏 <2842157468@qq.com>
Date: 星期五, 30 八月 2024 17:40:32 +0800
Subject: [PATCH] feat:更新图像资源到index表并展示

---
 ycl-server/src/main/resources/mapper/zgyw/CheckIndexVideoMapper.xml |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/ycl-server/src/main/resources/mapper/zgyw/CheckIndexVideoMapper.xml b/ycl-server/src/main/resources/mapper/zgyw/CheckIndexVideoMapper.xml
index 1c42656..0dbd85f 100644
--- a/ycl-server/src/main/resources/mapper/zgyw/CheckIndexVideoMapper.xml
+++ b/ycl-server/src/main/resources/mapper/zgyw/CheckIndexVideoMapper.xml
@@ -185,6 +185,7 @@
     <select id="selectAndDeptName" resultType="com.ycl.platform.domain.entity.CheckIndexVideo">
         WITH temp AS (
             SELECT
+                r.id,
                 r.dept_id,
                 r.platform_online,
                 r.monitor_qualification,
@@ -196,6 +197,7 @@
                 sys_dept d ON r.dept_id = d.dept_id
         )
         SELECT
+            id,
             dept_id,
             area as deptName,
             platform_online,

--
Gitblit v1.8.0