陈勇
2024-11-14 65f280ee9b3b998df59b59cff117624eefae157c
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StoragIntegrationServices/MOM/ProcessApply/ProcessApplyService.cs
@@ -33,10 +33,7 @@
            if (x != null)
            {
                var ResultProcess = JsonConvert.DeserializeObject<ResultProcessApply>(x);
                if (ResultProcess.Success)
                {
                    //工艺路线储存起来
                }
                content.OK(data: ResultProcess);
            }
            LogFactory.GetLog("工艺路线申请").Info(true, $"\r\r--------------------------------------");
            LogFactory.GetLog("工艺路线申请").Info(true, x);