zhangbin 2025-11-29 14:25:53 +08:00
commit aff7effd67
1 changed files with 2 additions and 2 deletions

View File

@ -2668,11 +2668,11 @@ namespace OpenAuth.App.ServiceApp
db.Ado.BeginTran();
await db.Updateable(task).IgnoreNullColumns().ExecuteCommandAsync();
db.Ado.CommitTran();
var config = ConfigHelper.GetConfigRoot();
/*var config = ConfigHelper.GetConfigRoot();
var url = config["AIModelApi:Url"];
// 结束智能巡检
using var httpClient = new HttpClient();
await httpClient.PostAsync($"{url}/stop_detection", null);
await httpClient.PostAsync($"{url}/stop_detection", null);*/
}
catch (Exception ex)
{