Compare commits
2 Commits
09f658f4ae
...
4b57430c3b
| Author | SHA1 | Date | |
|---|---|---|---|
| 4b57430c3b | |||
| 794974df87 |
@@ -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++)
|
||||||
|
|||||||
Reference in New Issue
Block a user