|
|
|
@ -235,7 +235,7 @@ public class ConfigSubscribe : IJob
|
|
|
|
|
};
|
|
|
|
|
await _sqlSugarClient.Updateable(taskRecord)
|
|
|
|
|
.Where(t => t.FlightId == fileUpload.FlightId)
|
|
|
|
|
.ExecuteCommandAsync();
|
|
|
|
|
.IgnoreNullColumns().ExecuteCommandAsync();
|
|
|
|
|
break;
|
|
|
|
|
case "release_terminal_control_area":
|
|
|
|
|
//暂不处理
|
|
|
|
|