Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StoragIntegrationServices/MCS/Partial/NotifyFinishTest.cs
@@ -105,6 +105,10 @@ if (respone.Status) { var taskId = _taskRepository.AddData(task); location.LocationStatus = (int) LocationEnum.InStockDisable; _locationRepository.UpdateData(location); _simpleCacheService.HashDel<DtStockInfo>(WIDESEA_Cache.CacheConst.Cache_DtStockInfo, new string[] { taskDTO.PalletCode }); } else @@ -116,6 +120,7 @@ { throw new Exception("WCS处理失败"); } //WMSTaskDTO taskDTO = new WMSTaskDTO //{ // Id = 0,