This commit is contained in:
@ -45,7 +45,7 @@ namespace Epost.TestToolsWeb
|
||||
foreach (DataRow row in dt.Rows) {
|
||||
|
||||
AgvSchedulingTaskModel reqmodel = new AgvSchedulingTaskModel();
|
||||
reqmodel.reqCode =DateTime.Now.Month+DateTime.Now.Day+ row["id"].ToString();;
|
||||
reqmodel.reqCode = DateTimeOffset.UtcNow.ToUnixTimeMilliseconds().ToString()+ row["id"].ToString();;
|
||||
List<Positioncodepath> positionList = new List<Positioncodepath>();
|
||||
Positioncodepath pathModel = new Positioncodepath();
|
||||
pathModel.positionCode = inboundBLL.GetLocation(" and wmsloc ='"+ row["spositionCode"].ToString() + "'");
|
||||
|
Reference in New Issue
Block a user