Browse Source

发票加载优化

master
lvzb 4 years ago
parent
commit
da659f351f
  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