From 0235d2053a6132591604bf0a582ef6b0014f17d6 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期四, 06 一月 2022 14:23:03 +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