From 7febc722d2a5e83ff16f658c4c73c5c427f29dce Mon Sep 17 00:00:00 2001
From: Administrator <jinghz@oceic.com>
Date: 星期二, 23 五月 2023 15:27:49 +0800
Subject: [PATCH] 滚算按钮执行时间增加到1000

---
 Pub_Class/CustomerCls/ClsSqlHelper.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Pub_Class/CustomerCls/ClsSqlHelper.cs b/Pub_Class/CustomerCls/ClsSqlHelper.cs
index 5207f04..08e9a85 100644
--- a/Pub_Class/CustomerCls/ClsSqlHelper.cs
+++ b/Pub_Class/CustomerCls/ClsSqlHelper.cs
@@ -171,7 +171,7 @@
             {
                 ClsPub.sSQLInfo = procName;
                 SqlCommand cmd = new SqlCommand(procName, MainCn);
-                cmd.CommandTimeout = 300;
+                cmd.CommandTimeout = 1000;
                 cmd.Transaction = MainTran;
                 cmd.ExecuteNonQuery();
                 return;

--
Gitblit v1.9.1