From 018a050e523aa7926fd4fe0e8144d30d0d738891 Mon Sep 17 00:00:00 2001 From: Joshi <3040996759@qq.com> Date: Tue, 7 Oct 2025 10:37:42 +0800 Subject: [PATCH] =?UTF-8?q?fix(video):=E4=BF=AE=E6=AD=A3=E5=B7=A1=E6=A3=80?= =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E6=9F=A5=E8=AF=A2=E6=98=A0=E5=B0=84=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 selectInspectionTaskById 查询的 resultType 调整为 resultMap - 确保返回结果正确映射到 InspectionTask 对象- 修复可能因映射不匹配导致的数据读取问题 --- .../src/main/resources/mapper/video/InspectionTaskMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruoyi-video/src/main/resources/mapper/video/InspectionTaskMapper.xml b/ruoyi-video/src/main/resources/mapper/video/InspectionTaskMapper.xml index 1852d0c..1f89a30 100644 --- a/ruoyi-video/src/main/resources/mapper/video/InspectionTaskMapper.xml +++ b/ruoyi-video/src/main/resources/mapper/video/InspectionTaskMapper.xml @@ -48,7 +48,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" where status = '0' order by create_time desc - where task_id = #{taskId}