From f83fb19d3f31c2c48390da94740c68ffd07a6f12 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期五, 07 一月 2022 10:09:14 +0800
Subject: [PATCH] 订单收款改造

---
 zhengcaioa/zhengcaioa/appsettings.Development.json |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/zhengcaioa/zhengcaioa/appsettings.Development.json b/zhengcaioa/zhengcaioa/appsettings.Development.json
index 7f62f45..ff35d65 100644
--- a/zhengcaioa/zhengcaioa/appsettings.Development.json
+++ b/zhengcaioa/zhengcaioa/appsettings.Development.json
@@ -1,7 +1,8 @@
 {
   "ConnectionStrings": {
     "DefaultConnection": "server=.;database=zhengcaioa;uid=sa;pwd=123456;",
-    "zcwebConnection": "server=localhost;database=zcweb;uid=sa;pwd=123456;"
+    "zcwebConnection": "server=localhost;database=zcweb;uid=sa;pwd=123456;",
+    "zcUserInfoNConnection": "server=localhost;database=zcUserInfoN_db;uid=sa;pwd=123456;"
   },
   "Logging": {
     "LogLevel": {

--
Gitblit v1.9.1