From 7cf81133400a514ee82ac3c5ed51b7195dcfbd4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E4=BC=9F?= <421281095@qq.com> Date: Fri, 15 Aug 2025 13:48:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=96=87=E4=BB=B6=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- OpenAuth.App/ServiceApp/AirportMaintenanceApp.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/OpenAuth.App/ServiceApp/AirportMaintenanceApp.cs b/OpenAuth.App/ServiceApp/AirportMaintenanceApp.cs index d85f7b3..86d2c78 100644 --- a/OpenAuth.App/ServiceApp/AirportMaintenanceApp.cs +++ b/OpenAuth.App/ServiceApp/AirportMaintenanceApp.cs @@ -457,7 +457,8 @@ namespace OpenAuth.App.ServiceApp AirLineName = b.TaskAirLineName, GimbalYawDegree = x.GimbalYawDegree, RelativeAltitude = x.RelativeAltitude, - PayloadModelName = x.PayloadModelName + PayloadModelName = x.PayloadModelName, + Type = x.Type }) .ToPageListAsync(page, limit, totalCount); return new Response>>