代码管理/WMS/WIDESEA_WMSServer/WIDESEA_TaskInfoService/TaskService_Reloaction.cs
@@ -94,7 +94,10 @@ TaskStatus = 0, TaskType = TaskTypeEnum.Relocation.ObjToInt() }; if (stockInfo.StockLength>0) { newTask.TaskLength = stockInfo.StockLength; } _unitOfWorkManage.BeginTran(); Repository.AddData(newTask); {