From 91e3264be64c9417e3a28eabd81b2dc554cb863e Mon Sep 17 00:00:00 2001 From: wanshenmean <cathay_xy@163.com> Date: 星期二, 21 四月 2026 00:00:15 +0800 Subject: [PATCH] refactor(TaskService): MES出站调用改为Task.Run异步执行,不阻塞主逻辑 --- Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/appsettings.json | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/appsettings.json b/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/appsettings.json index 2907e3e..9e558aa 100644 --- a/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/appsettings.json +++ b/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/appsettings.json @@ -32,7 +32,7 @@ //5.PostgreSQL "DBType": "SqlServer", //杩炴帴瀛楃涓� - "ConnectionString": "Data Source=.;Initial Catalog=WIDESEAWCS_ShanMei;User ID=sa;Password=P@ssw0rd;Integrated Security=False;Connect Timeout=30;Encrypt=False;TrustServerCertificate=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False", + "ConnectionString": "Data Source=192.168.60.30;Initial Catalog=WIDESEAWCS_ShanMei;User ID=sa;Password=P@ssw0rd;Integrated Security=False;Connect Timeout=30;Encrypt=False;TrustServerCertificate=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False", //"ConnectionString": "Data Source=.;Initial Catalog=WIDESEAWCS_ShanMei;User ID=sa;Password=123456;Integrated Security=False;Connect Timeout=30;Encrypt=False;TrustServerCertificate=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False", //璺ㄥ煙 -- Gitblit v1.9.3