huanghongfeng
2 天以前 770ff234ccd1bcca05dd32754911d887a8cef541
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/WIDESEA_TaskInfoService/PartialTaskService_Outbound.cs
@@ -96,9 +96,9 @@
                        _unitOfWorkManage.BeginTran();
                        _stockRepository.AddData(Adddtstockt);
                        _locationInfoRepository.AddData(Addlocations);
                        BaseDal.AddData(Addtaskdt);
                        _stockRepository.DeleteData(Adddtstockt);
                        _locationInfoRepository.UpdateData(Addlocations);
                        BaseDal.DeleteData(Addtaskdt);
                        var respon = PushTasksToWCS(Addtaskdt,"");
                        if (respon.Status)