From 7df23c739201c4413e3e64affae1707a694a2e1b Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期四, 16 六月 2022 12:56:47 +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