From 1c06f123c3d29ec4d7f778dcd5de2aed05faef3d Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期三, 04 九月 2024 05:49:34 +0800 Subject: [PATCH] 视频安全资源优化 --- ycl-server/src/main/resources/mapper/zgyw/CheckIndexVideoMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ycl-server/src/main/resources/mapper/zgyw/CheckIndexVideoMapper.xml b/ycl-server/src/main/resources/mapper/zgyw/CheckIndexVideoMapper.xml index 9f137f1..d9428bf 100644 --- a/ycl-server/src/main/resources/mapper/zgyw/CheckIndexVideoMapper.xml +++ b/ycl-server/src/main/resources/mapper/zgyw/CheckIndexVideoMapper.xml @@ -208,7 +208,7 @@ rn = 1; </select> - <select id="selectLastOneByDept" resultType="java.util.Map"> + <select id="selectLastOneByDept" resultType="com.ycl.platform.domain.dto.ImageResourceDTO"> WITH temp AS ( SELECT image_resource_security AS imageResourceSecurity, -- Gitblit v1.8.0