From a9522f978edf6dee98949f9ed715fc36f999ed4f Mon Sep 17 00:00:00 2001 From: Demo <Demo@DESKTOP-CPA90BF> Date: 星期五, 22 三月 2024 15:37:04 +0800 Subject: [PATCH] 修改bug问题 --- Wms/Wms/appsettings.json | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Wms/Wms/appsettings.json b/Wms/Wms/appsettings.json index a95b17d..d3f332c 100644 --- a/Wms/Wms/appsettings.json +++ b/Wms/Wms/appsettings.json @@ -10,8 +10,8 @@ "AppSettings": { //"ConnectionString": "Server=47.95.120.93;Database=WMS_JC09;User ID=sa;password=boxline!@#; Integrated Security=True;", //"ConnectionString": "Server=47.95.120.53;Database=WMS_JC09;User ID=sa;Password=boxline!@#;Integrated Security=False;", - //"ConnectionString": "Server=127.0.0.1;Database=WMS_JC09;User ID=sa;Password=sql2019;Integrated Security=False;", - "ConnectionString": "Server=192.168.62.200;Database=WMS_JC24;User ID=sa;Password=sql2019;Integrated Security=False;" + "ConnectionString": "Server=192.168.62.106;Database=WMS_JC24;User ID=sa;Password=sql2019;Integrated Security=False;", + //"ConnectionString": "Server=192.168.62.200;Database=WMS_JC24;User ID=sa;Password=sql2019;Integrated Security=False;" //"ConnectionString": "Server=.;Database=WMS_JC09;User ID=sa;Password=sql2019;Integrated Security=False;" //"ConnectionString": "Data Source=DESKTOP-0EJDG95\\MSSQLSERVER1;Initial Catalog=WMS_V01;Integrated Security=True;" }, -- Gitblit v1.8.0