From 46ca053239e9841f4880873494bd1d58b275b6ad Mon Sep 17 00:00:00 2001
From: black-goat-me <226547893@qq.com>
Date: 星期五, 19 五月 2023 23:59:16 +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