Merge branch 'main' of http://123.132.248.154:10000/HC_YFZX/LASAPlatform
commit
aff7effd67
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue