From 374ce4ffd0c459bb4067e8d5765f972668aff9b1 Mon Sep 17 00:00:00 2001
From: wzp <2040239371@qq.com>
Date: 星期四, 02 三月 2023 14:56:23 +0800
Subject: [PATCH] 变更oracle访问组件

---
 web/Dao/GwRmDao.cs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/web/Dao/GwRmDao.cs b/web/Dao/GwRmDao.cs
index 6bcd319..f7df8ab 100644
--- a/web/Dao/GwRmDao.cs
+++ b/web/Dao/GwRmDao.cs
@@ -3,7 +3,7 @@
 {
     using Common;
     using Model;
-    using Oracle.DataAccess.Client;
+    using Oracle.ManagedDataAccess.Client;
     using System;
     using System.Collections.Generic;
     using System.Data;
@@ -19,6 +19,7 @@
 
         public void Dispose()
         {
+
         }
 
         public int loadGwRmPushList(string sDate, string beginTime, string endTime, string ApID, string OpID, string SpID, string ClientID, string DestnationId, out int recordcount)

--
Gitblit v1.9.1