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