Compare commits

...

2 Commits

Author SHA1 Message Date
陈伟 3db8084de7 去除LineData字段 2025-08-04 10:42:58 +08:00
陈伟 6880745cd8 航线错误的时,更新飞行任务失败原因 2025-08-04 10:42:20 +08:00
2 changed files with 1 additions and 2 deletions

View File

@ -433,6 +433,7 @@ public class ConfigSubscribe : IJob
{
Id = taskId1,
Status = 2,
Reason = ErrorMap[code],
BreakPoint = JsonConvert.SerializeObject(data.output.ext.break_point)
};
await _sqlSugarClient.Updateable(taskRecord1)

View File

@ -49,8 +49,6 @@ namespace OpenAuth.Repository.Domain
/// // 无人机型号
/// </summary>
public string UavModel { get; set; }
public string LineData { get; set; }
public string Area { get; set; }
public string LineLength { get; set; }