From 866490cda5fe7b9b7a0076b09d474df6b064212a Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期六, 29 六月 2024 15:44:39 +0800
Subject: [PATCH] 条码生成添加客户物料字段;网页器具保养添加字段;PDA设备保养添加字段;首件检验单、工序检验单、巡检记录单列表查询和编辑查询接口分开

---
 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