huangxiaoqiang
2025-03-04 64b22157cf84fcb6d3cecee4d864f1af9e298f4c
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StoragIntegrationServices/MCS/Partial/ModifyAccessStatus.cs
@@ -1,4 +1,5 @@
using MailKit;
using Masuit.Tools;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
@@ -34,6 +35,9 @@
                else
                    throw new Exception("货位不存在");
                LogFactory.GetLog("分容库位同步").Info(true, $"\r\r--------------------------------------");
                LogFactory.GetLog("分容库位同步").Info(true, result.ToJsonString());
                return content.OK();
            }
            catch (Exception ex)