From c846eaf61febfeba340213ee2d692182ea0ccb90 Mon Sep 17 00:00:00 2001
From: wbc <2597324127@qq.com>
Date: 星期四, 29 五月 2025 18:40:53 +0800
Subject: [PATCH] 11

---
 MES.Service/DB/OracleSQLHelper.cs |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/MES.Service/DB/OracleSQLHelper.cs b/MES.Service/DB/OracleSQLHelper.cs
index 4b5eaa7..9a36dba 100644
--- a/MES.Service/DB/OracleSQLHelper.cs
+++ b/MES.Service/DB/OracleSQLHelper.cs
@@ -9,10 +9,11 @@
 /// </summary>
 public class OracleSQLHelper
 {
-    private readonly string ConnectionString =AppsettingsUtility.Settings.DataBaseConn;
-
     private readonly string _connectionString;
-    
+
+    private readonly string ConnectionString =
+        AppsettingsUtility.Settings.DataBaseConn;
+
     public OracleSQLHelper()
     {
         _connectionString = ConnectionString;

--
Gitblit v1.9.3