This commit is contained in:
高飞 2026-02-09 15:42:50 +08:00
parent 642bcf36e2
commit 794974df87
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ namespace BLL
select new select new
{ {
x.Warrantybook, x.Warrantybook,
HeartNo = x.HeartNo + "," + x.StockInId, HeartNo = x.HeartNo + "," + x.Warrantybook,
}).Distinct().ToList(); }).Distinct().ToList();
ListItem[] lis = new ListItem[ls.Count()]; ListItem[] lis = new ListItem[ls.Count()];
for (int i = 0; i < ls.Count(); i++) for (int i = 0; i < ls.Count(); i++)