下载时间修改
This commit is contained in:
@@ -544,6 +544,7 @@ namespace BarCode.Web.Repositories
|
|||||||
list2.CreateTime = list[i].CreateTime;
|
list2.CreateTime = list[i].CreateTime;
|
||||||
list2.PrintNumber = list[i].PrintNumber;
|
list2.PrintNumber = list[i].PrintNumber;
|
||||||
list2.DownLoadNumber = list[i].DownLoadNumber;
|
list2.DownLoadNumber = list[i].DownLoadNumber;
|
||||||
|
list2.DownLoadTime= list[i].DownLoadTime;
|
||||||
list2.PrintTime = list[i].PrintTime;
|
list2.PrintTime = list[i].PrintTime;
|
||||||
list2.IsTwo = list[i].IsTwo;
|
list2.IsTwo = list[i].IsTwo;
|
||||||
list2.TwoSerialNumber = list[i].TwoSerialNumber;
|
list2.TwoSerialNumber = list[i].TwoSerialNumber;
|
||||||
@@ -585,11 +586,16 @@ namespace BarCode.Web.Repositories
|
|||||||
list2.CreateTime = list[i].CreateTime;
|
list2.CreateTime = list[i].CreateTime;
|
||||||
list2.PrintNumber = list[i].PrintNumber;
|
list2.PrintNumber = list[i].PrintNumber;
|
||||||
list2.DownLoadNumber = list[i].DownLoadNumber;
|
list2.DownLoadNumber = list[i].DownLoadNumber;
|
||||||
|
list2.DownLoadTime = list[i].DownLoadTime;
|
||||||
list2.PrintTime = list[i].PrintTime;
|
list2.PrintTime = list[i].PrintTime;
|
||||||
list2.IsTwo = list[i].IsTwo;
|
list2.IsTwo = list[i].IsTwo;
|
||||||
list2.TwoSerialNumber = list[i].TwoSerialNumber;
|
list2.TwoSerialNumber = list[i].TwoSerialNumber;
|
||||||
returnList.Add(list2);
|
returnList.Add(list2);
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
list2.DownLoadTime = list[i].DownLoadTime;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user