Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StorageTaskServices/Task/Dt_TaskService.cs
@@ -769,6 +769,7 @@ // return await HandleErrorCells(input, area, serialNosError); //} #endregion var boxing = CreateBoxingInfo(result, input.PalletCode); if (boxing == null) return content.Error("组盘失败"); @@ -932,7 +933,9 @@ } else { _boxingInfoRepository.DeleteData(boxing); _boxingInfoRepository.Db.DeleteNav<DtBoxingInfo>(x => x.Id == boxing.Id) .Include(x => x.BoxingInfoDetails) .ExecuteCommandAsync(); return new DtBoxingInfo { PalletCode = palletCode,