huangxiaoqiang
2025-03-01 4e0a96d1c103616861c7fb58f1ee27130440474a
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StoragIntegrationServices/MOM/AgingInOrOutInput/AgingInOrOutInputService.cs
@@ -49,6 +49,7 @@
            content.OK(data: result);
            LogFactory.GetLog("静置陈化入库(整托盘)").Info(true, $"\r\r--------------------------------------");
            LogFactory.GetLog("静置陈化入库(整托盘)").Info(true, input.TrayBarcode);
            LogFactory.GetLog("静置陈化入库(整托盘)").Info(true, result);
        }
        catch (Exception err)
@@ -87,6 +88,7 @@
            //var x = await HttpsClient.PostAsync("http://c24-cellmi3:12020/api/MachineIntegration/AgingOutput", inputJson);
            content.OK(data: result);
            LogFactory.GetLog("静置陈化出库(整托盘)").Info(true, $"\r\r--------------------------------------");
            LogFactory.GetLog("静置陈化出库(整托盘)").Info(true, input.TrayBarcode);
            LogFactory.GetLog("静置陈化出库(整托盘)").Info(true, result);
        }
        catch (Exception err)