From d9831968bfa65e1046ff78b3ffcaa0f3bd5db8bb Mon Sep 17 00:00:00 2001
From: yxj <1qaz@123>
Date: 星期三, 07 十二月 2022 10:50:02 +0800
Subject: [PATCH] 新增参数是否为私有云模式
---
BLL/系统公用CLS/ClsPub_BLL.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git "a/BLL/\347\263\273\347\273\237\345\205\254\347\224\250CLS/ClsPub_BLL.cs" "b/BLL/\347\263\273\347\273\237\345\205\254\347\224\250CLS/ClsPub_BLL.cs"
index 2abaae3..22058d7 100644
--- "a/BLL/\347\263\273\347\273\237\345\205\254\347\224\250CLS/ClsPub_BLL.cs"
+++ "b/BLL/\347\263\273\347\273\237\345\205\254\347\224\250CLS/ClsPub_BLL.cs"
@@ -722,7 +722,7 @@
public static void Sub_CheckUseStatus(DataGridView grd, int IDCol,string sProcName)
{
SQLHelper.ClsCN oCn = new SQLHelper.ClsCN();
- Int64 sItemID;
+ Int64 sItemID;
try
{
//循环当前网格选中项目
--
Gitblit v1.9.1