1
dengjunjie
昨天 bbfcd81bc4121a93ae50e36c27600a6c23dbf217
代码管理/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();
                }