From 98e58a24b53541d819e3575df11999efe0b19df8 Mon Sep 17 00:00:00 2001
From: 王 垚 <1402714037@qq.com>
Date: 星期二, 24 五月 2022 14:28:27 +0800
Subject: [PATCH] 条码生成增加日志

---
 WarM/条码打印/Gy_BarCodeBill.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git "a/WarM/\346\235\241\347\240\201\346\211\223\345\215\260/Gy_BarCodeBill.cs" "b/WarM/\346\235\241\347\240\201\346\211\223\345\215\260/Gy_BarCodeBill.cs"
index ac71f5a..76eab56 100644
--- "a/WarM/\346\235\241\347\240\201\346\211\223\345\215\260/Gy_BarCodeBill.cs"
+++ "b/WarM/\346\235\241\347\240\201\346\211\223\345\215\260/Gy_BarCodeBill.cs"
@@ -3014,7 +3014,7 @@
             }
             sWhere = " and HOrgID =" + sHOrgID.ToString();
             BLL.Cls_S_KF_ICInventoryList_IF oadd = new BLL.Cls_S_KF_ICInventoryList_IF();
-            if (oadd.Refresh(""))  //閫夋嫨鍘熷崟
+            if (oadd.Refresh(sWhere))  //閫夋嫨鍘熷崟
             //if (oadd.Refresh(" and HErpClsID in (1,2,3) "))  //閫夋嫨鍘熷崟
             {
                 FillSelectData(oadd.oBillSelectColl);

--
Gitblit v1.9.1