代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/TaskInfo/Dt_Task.cs
@@ -156,5 +156,7 @@ [ExporterHeader(DisplayName = "澶囨敞")] [SugarColumn(IsNullable = true, Length = 255, ColumnDescription = "澶囨敞")] public string Remark { get; set; } public new string Creater { get; set; } } } 代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/Task/RGVTaskExtend.cs
@@ -596,7 +596,7 @@ _unitOfWorkManage.BeginTran(); _rGVLocationInfoService.UpdateData(rGVLocationInfos); _rGVLocationInfoService.UpdateData(_UpRGVLocationInfos); _taskService.AddData(tasks); _taskService.Repository.AddData(tasks); _unitOfWorkManage.CommitTran(); content.OK(); }