From 1cb610cf44a5dc6339b6deb321a581252ce9f797 Mon Sep 17 00:00:00 2001
From: zzr99 <1940172413@qq.com>
Date: 星期三, 13 四月 2022 20:36:51 +0800
Subject: [PATCH] 打印

---
 WebTM/App_Data/MssqlReportData.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/WebTM/App_Data/MssqlReportData.cs b/WebTM/App_Data/MssqlReportData.cs
index 6d68a25..cea7777 100644
--- a/WebTM/App_Data/MssqlReportData.cs
+++ b/WebTM/App_Data/MssqlReportData.cs
@@ -83,6 +83,7 @@
         ReportConn.Open();
         ReportDataAdapter.Fill(ReportDataSet);
         ReportConn.Close();
+        LogService.Write("SqlConnStr:"+ SqlConnStr);
         LogService.Write("ReportDataSet:" + ReportDataSet.Tables[0].Rows.Count);
 
         if (IsJSON)

--
Gitblit v1.9.1