From 1b0fabfa17d07c9bd38eeafd204b638afa4d7c39 Mon Sep 17 00:00:00 2001 From: czw <selecti@yeah.net> Date: 星期一, 21 七月 2025 09:37:34 +0800 Subject: [PATCH] 1 --- HnSx/Build/Project/代码/集成互联.cs | 27 +++++++++++++-------------- 1 files changed, 13 insertions(+), 14 deletions(-) diff --git "a/HnSx/Build/Project/\344\273\243\347\240\201/\351\233\206\346\210\220\344\272\222\350\201\224.cs" "b/HnSx/Build/Project/\344\273\243\347\240\201/\351\233\206\346\210\220\344\272\222\350\201\224.cs" index dbbc602..af777b2 100644 --- "a/HnSx/Build/Project/\344\273\243\347\240\201/\351\233\206\346\210\220\344\272\222\350\201\224.cs" +++ "b/HnSx/Build/Project/\344\273\243\347\240\201/\351\233\206\346\210\220\344\272\222\350\201\224.cs" @@ -23,18 +23,17 @@ using Dapper; namespace GZ.Projects.HnSx { - /// <summary> - /// 闆嗘垚浜掕仈 - /// </summary> - public class Conn - { - public static GZ.Modular.Log.ILogger log榛樿鏃ュ織 = null; - public static GZ.Modular.Redis.RedisTagHelper 榛樿Redis = new GZ.Modular.Redis.RedisTagHelper(log榛樿鏃ュ織); - public Conn() - { - string[] allKeys = System.Configuration.ConfigurationManager.AppSettings.AllKeys; - log榛樿鏃ュ織 = new GZ.Modular.Log.NLogger("NLogger",7,"",true,"mongodb://localhost:27017?connectTimeoutMS=3000&socketTimeoutMS=5000","HnSx"); - - } - } + /// <summary> + /// 闆嗘垚浜掕仈 + /// </summary> + public class Conn + { + public static GZ.Modular.Log.ILogger log榛樿鏃ュ織 = null; + public static GZ.Modular.Redis.RedisTagHelper 榛樿Redis = new GZ.Modular.Redis.RedisTagHelper(log榛樿鏃ュ織); + public Conn() + { + string[] allKeys = System.Configuration.ConfigurationManager.AppSettings.AllKeys; + log榛樿鏃ュ織 = new GZ.Modular.Log.NLogger("NLogger", 7, "", true, "mongodb://localhost:27017?connectTimeoutMS=3000&socketTimeoutMS=5000", "HnSx"); + } + } } \ No newline at end of file -- Gitblit v1.9.1