From 49523650b3b635e1a924699103b68df2caccb9bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E5=B0=8F=E4=BA=91?= Date: Tue, 17 Mar 2026 15:33:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9SQL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper/task/TaskInfoMapper.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/resources/mapper/task/TaskInfoMapper.xml b/src/main/resources/mapper/task/TaskInfoMapper.xml index 9f44542..90892c6 100644 --- a/src/main/resources/mapper/task/TaskInfoMapper.xml +++ b/src/main/resources/mapper/task/TaskInfoMapper.xml @@ -14,6 +14,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" + @@ -28,8 +29,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" - select id, task_name, task_category, task_type, plan_id, route_id, - uav_id, execute_type, status, start_time, end_time, actual_start_time, actual_end_time, description, route_url, + select id, task_name, task_category, task_type, plan_id, route_id, + uav_id, execute_type, status, recovery, start_time, end_time, actual_start_time, actual_end_time, description, route_url, create_by, create_time, update_by, update_time, remark from task_info