From ff8e4d1a22ff39fda122cb914efd3c37e78d42fc Mon Sep 17 00:00:00 2001
From: YL <YL@LAPTOP-SE03PLUR>
Date: 星期一, 30 八月 2021 15:24:26 +0800
Subject: [PATCH] nothing

---
 WebAPI/Controllers/ReportPlatFormController.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/WebAPI/Controllers/ReportPlatFormController.cs b/WebAPI/Controllers/ReportPlatFormController.cs
index 072aca9..bfc89cd 100644
--- a/WebAPI/Controllers/ReportPlatFormController.cs
+++ b/WebAPI/Controllers/ReportPlatFormController.cs
@@ -80,7 +80,7 @@
                 //    objJsonResult.data = null;
                 //    return objJsonResult;
                 //}
-                //oCN.BeginTran();
+                oCN.BeginTran();
                 //鍐欏叆浜х嚎缁戝畾
                 string sql = string.Format(@"insert into Gy_SourceRelationSet (HSourceID,HUserName,HGroupID,HManagerID,HRemark,HCreateDate,HCreator,HNowFlag,HCheckManID) 
                                            values('" + HSourceID + "','" + HUserName + "','" + HGroupID + "','" + HManagerID + "','" + HRemark + "','" + DateTime.Parse(HCreateDate).ToShortDateString() + "','" + HUserName + "','0','')");

--
Gitblit v1.9.1