From ebd639c929bd5c05859b6b414787e3440cdcd4bc Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期五, 20 十二月 2024 12:21:42 +0800
Subject: [PATCH] 财务管理 -》外协付款  批量付款

---
 CY_ECommercePlatform/CY.BLL/OA/OA_FukuanshenqingBLL.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/CY_ECommercePlatform/CY.BLL/OA/OA_FukuanshenqingBLL.cs b/CY_ECommercePlatform/CY.BLL/OA/OA_FukuanshenqingBLL.cs
index 7f4b51f..77ca71b 100644
--- a/CY_ECommercePlatform/CY.BLL/OA/OA_FukuanshenqingBLL.cs
+++ b/CY_ECommercePlatform/CY.BLL/OA/OA_FukuanshenqingBLL.cs
@@ -154,7 +154,7 @@
                 Condition += " and  ok.Creater like '%" + Creater + "%'";
 
             if (!string.IsNullOrEmpty(SupplierName))
-                Condition += " and  oe.Name like '%" + SupplierName + "%'";
+                Condition += " and (ok.Huming like '%" + SupplierName + "%' or oe.Name like '%" + SupplierName + "%'  ) ";
             if (!string.IsNullOrEmpty(shifoufukuan))
                 Condition += " and  ok.FukuanStatus = '" + shifoufukuan + "'";
 
@@ -190,7 +190,7 @@
                 Condition += " and  ok.Creater like '%" + Creater + "%'";
 
             if (!string.IsNullOrEmpty(SupplierName))
-                Condition += " and  oe.Name like '%" + SupplierName + "%'";
+                Condition += " and (ok.Huming like '%" + SupplierName + "%' or oe.Name like '%" + SupplierName + "%'  ) ";
             if (!string.IsNullOrEmpty(shifoufukuan))
                 Condition += " and  ok.FukuanStatus = '" + shifoufukuan + "'";
 

--
Gitblit v1.9.1