Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StoragIntegrationServices/MCS/Partial/RequestChangeLocation.cs
@@ -24,9 +24,12 @@ if (string.IsNullOrEmpty(json.ToString())) throw new Exception("上传参数为空"); var result = JsonConvert.DeserializeObject<RequestReMove>(json.ToString()); ; if (result.MoveType == 5) Console.WriteLine($"分容检测柜火警触发:库位{result.LocationID}"); LogFactory.GetLog("分容移库申请").Info(true, $"\r\r--------------------------------------"); LogFactory.GetLog("分容移库申请").Info(true, result); return content.OK(); } catch (Exception ex)