From 0b2869539598059704e1d208e2bcb18603b0fe0f Mon Sep 17 00:00:00 2001 From: wanshenmean <cathay_xy@163.com> Date: 星期五, 01 五月 2026 00:00:30 +0800 Subject: [PATCH] feat(出库时效): 添加出库时效配置功能 --- 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 8897ce4..6847c0c 100644 --- a/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/appsettings.json +++ b/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/appsettings.json @@ -34,7 +34,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