代码管理/WMS/WIDESEA_WMSServer/WIDESEA_TaskInfoService/TaskService_Outbound.cs
@@ -219,15 +219,11 @@ { WebResponseContent content = _outboundService.OutboundOrderDetailService.LockOutboundStockDataUpdate(stockInfos, outboundOrderDetails, outStockLockInfos, locationInfos, tasks: tasks); if (content.Status) { _unitOfWorkManage.CommitTran(); } else if (!content.Status) { _unitOfWorkManage.RollbackTran(); return content; } return content; } else if (outboundOrderDetails != null && outboundOrderDetails.Count > 0) {