肖洋
2024-12-10 db94945ebe7e7941ea73c826270f160b792e040f
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StoragIntegrationServices/MCS/Partial/RequsetCellInfo.cs
@@ -1,4 +1,5 @@
using Newtonsoft.Json;
using Masuit.Tools;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Linq;
@@ -30,7 +31,7 @@
                if (info != null)
                {
                    LogFactory.GetLog("分容获取库位托盘").Info(true, $"\r\r--------------------------------------");
                    LogFactory.GetLog("分容获取库位托盘").Info(true, result);
                    LogFactory.GetLog("分容获取库位托盘").Info(true, result.ToJsonString());
                    return new { code = 1, palletBarcode = info.PalletCode };
                }
                else