From a825c44ff42da28c26c26a17b65dba6c1c896262 Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期三, 16 十一月 2022 17:03:15 +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