From da659f351fbb40e38459a7355ce5c7d0504cf75c Mon Sep 17 00:00:00 2001 From: lvzb <35200379@qq.com> Date: Wed, 6 Jan 2021 08:53:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E7=A5=A8=E5=8A=A0=E8=BD=BD=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Controller/SCP_INVOICE_CONTROLLER.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Controller/SCP_INVOICE_CONTROLLER.cs b/Controller/SCP_INVOICE_CONTROLLER.cs index 07700b6..afa8453 100644 --- a/Controller/SCP_INVOICE_CONTROLLER.cs +++ b/Controller/SCP_INVOICE_CONTROLLER.cs @@ -212,7 +212,7 @@ namespace CK.SCP.Controller } if (!string.IsNullOrEmpty(p_entity.InvcBillNum)) { - q = q.Where(p => p.InvcBillNum.Contains(p_entity.InvcBillNum)); + q = q.Where(p => p.InvcBillNum==p_entity.InvcBillNum); } if (!string.IsNullOrEmpty(p_entity.VendId)) {