From 74201e574d153db22a8af87ee67e83587db7c18d Mon Sep 17 00:00:00 2001
From: zzr99 <1940172413@qq.com>
Date: 星期五, 22 四月 2022 17:21:05 +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