Compare commits
2 Commits
7cc966ee63
...
3db8084de7
| Author | SHA1 | Date |
|---|---|---|
|
|
3db8084de7 | |
|
|
6880745cd8 |
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Reference in New Issue