Compare commits
No commits in common. "4b57430c3b7b53cdaaaa5335b840faaaea3684bd" and "09f658f4ae83f11434b23cad3a718390a08a82cd" have entirely different histories.
4b57430c3b
...
09f658f4ae
|
|
@ -150,7 +150,7 @@ namespace BLL
|
|||
select new
|
||||
{
|
||||
x.Warrantybook,
|
||||
HeartNo = x.HeartNo + "," + x.Warrantybook,
|
||||
HeartNo = x.HeartNo + "," + x.StockInId,
|
||||
}).Distinct().ToList();
|
||||
ListItem[] lis = new ListItem[ls.Count()];
|
||||
for (int i = 0; i < ls.Count(); i++)
|
||||
|
|
|
|||
Loading…
Reference in New Issue