修改序列码
This commit is contained in:
@@ -469,7 +469,7 @@ namespace BarCode.Web.Domain.Services
|
||||
foreach (var s in bdsList)
|
||||
{
|
||||
var sentity = serialList.FirstOrDefault(f => f.SerialNumber.Equals(s) || f.NumberCode.Equals(s));
|
||||
|
||||
if (sentity == null) continue;
|
||||
if (sentity.TwoNumberCode.IndexOf(s) >= 0)
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user