1
dengjunjie
2 天以前 a29a1fd470493f1c0e251bc69df550665cb02078
代码管理/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();
                }