Browse Source

Merge branch 'master' of https://gitee.com/zxyabc/COMONE

master
TML 4 years ago
parent
commit
5ae8a07550
  1. 2
      Controller/SCP_INVOICE_CONTROLLER.cs

2
Controller/SCP_INVOICE_CONTROLLER.cs

@ -212,7 +212,7 @@ namespace CK.SCP.Controller
} }
if (!string.IsNullOrEmpty(p_entity.InvcBillNum)) 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)) if (!string.IsNullOrEmpty(p_entity.VendId))
{ {

Loading…
Cancel
Save