This commit is contained in:
@ -726,7 +726,10 @@ namespace Epost.BLL
|
||||
DataTable noadddt = dal.GetAddressNolocation(data.Block, data.Area);
|
||||
foreach (DataRow item in ifdt.Rows)
|
||||
{
|
||||
d = dal.UpOrderstolocation(item["shopid"].ToString(), noadddt.Rows[i]["location"].ToString(), scanStr);
|
||||
if (noadddt.Rows.Count > i)
|
||||
{
|
||||
d = dal.UpOrderstolocation(item["shopid"].ToString(), noadddt.Rows[i]["location"].ToString(), scanStr);
|
||||
}
|
||||
i++;
|
||||
}
|
||||
if (d == true)
|
||||
|
Reference in New Issue
Block a user