xby-y
10 天以前 b3ff80e45d24a821ca0731983b1546b48570cdf1
ÏîÄ¿´úÂë/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);
                        }
                    }