From 4ddba64becec3891e4682ec92f0066ab571d9422 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期一, 23 十二月 2024 10:52:21 +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..ea7b5a8 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.SupplierName 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.SupplierName like '%" + SupplierName + "%'    ";
             if (!string.IsNullOrEmpty(shifoufukuan))
                 Condition += " and  ok.FukuanStatus = '" + shifoufukuan + "'";
 

--
Gitblit v1.9.1