From 898a695edb40a65c3ab2bfa23ced763bd084e28d Mon Sep 17 00:00:00 2001
From: zrg <z18737863051@163.com>
Date: 星期五, 28 六月 2024 18:06:46 +0800
Subject: [PATCH] 异常反馈单,保存时,如果抄送为空,就不追加值,增加异常反馈单列表查询

---
 DAL/公用/frmBillQueryCondition_New.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git "a/DAL/\345\205\254\347\224\250/frmBillQueryCondition_New.cs" "b/DAL/\345\205\254\347\224\250/frmBillQueryCondition_New.cs"
index cbe9a1e..acc0c96 100644
--- "a/DAL/\345\205\254\347\224\250/frmBillQueryCondition_New.cs"
+++ "b/DAL/\345\205\254\347\224\250/frmBillQueryCondition_New.cs"
@@ -28,7 +28,7 @@
             DAL.ClsIF_Group_View oGroup = new DAL.ClsIF_Group_View();
             DAL.ClsIF_Process_View oProc = new DAL.ClsIF_Process_View();
             DAL.ClsIF_Supplier_View oSup = new DAL.ClsIF_Supplier_View();
-            DAL.ClsIF_Warehouse_View oWare = new DAL.ClsIF_Warehouse_View(); 
+            DAL.ClsIF_Warehouse_View oWare = new DAL.ClsIF_Warehouse_View();
             int FieldNameCol = 2;
             int ConditionCol = 4;
             if (sCol != ConditionCol)

--
Gitblit v1.9.1