测试
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user