This commit is contained in:
2025-08-04 16:53:27 +08:00
parent 1855b23c3f
commit 04b52110cc

View File

@@ -333,10 +333,10 @@ namespace BarCode.Web.Domain.Services
olist2.ForEach(f => f.DownLoad()); olist2.ForEach(f => f.DownLoad());
_logger.LogInformation($"序列号为{y[1]}"); _logger.LogInformation($"序列号为{y[1]}");
} }
s.Distinct(); //s.Distinct();
var snGRList2 = await _serialNumbersRepositories.GetEntityList(s); //var snGRList2 = await _serialNumbersRepositories.GetEntityList(s);
olist = snGRList2; //olist = snGRList2;
olist.ForEach(f => f.DownLoad()); //olist.ForEach(f => f.DownLoad());
} }
else else