renmingwang
2026-03-25 6d56bf4daf08c4c7c6d193d98ed0b547dc473451
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSServer/WIDESEA_TaskInfoService/PartialTaskService_Inbound.cs
@@ -227,7 +227,7 @@
                        location.LocationStatus = (int)LocationStatusEnum.InStockLock;
                        //生成移动任务
                        //生成任务
                        Dt_Task dt_Task = new()
                        {
                            PalletCode = palletInfo.palletCode,
@@ -271,7 +271,7 @@
                        else
                        {
                            _unitOfWorkManage.RollbackTran();  //回滚事务
                            return MESresponse($"下发出库失败,原因:{respon.Message}!", false);
                            return MESresponse($"下发入库失败,原因:{respon.Message}!", false);
                        }
                    }