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());
_logger.LogInformation($"序列号为{y[1]}");
}
s.Distinct();
var snGRList2 = await _serialNumbersRepositories.GetEntityList(s);
olist = snGRList2;
olist.ForEach(f => f.DownLoad());
//s.Distinct();
//var snGRList2 = await _serialNumbersRepositories.GetEntityList(s);
//olist = snGRList2;
//olist.ForEach(f => f.DownLoad());
}
else