陈勇
2026-03-30 7154cc02c0fa9ef6786a19da0281bf6982fa61bd
ÏîÄ¿´úÂë/WMS/WMSServer/WIDESEA_StoragIntegrationServices/WCS/Partial/TZPassZZ.cs
@@ -33,7 +33,7 @@
                if (!content1.Status) throw new Exception($"BDC02过点失败:{content1.msg}");
                WebResponseContent webResponse = _mesService.bindWorkOrder("EL01RB", json.PVI);
                if (!responseContent.Status) throw new Exception($"焊涂绑定失败:{webResponse.msg}");
                if (!webResponse.Status) throw new Exception($"焊涂绑定失败:{webResponse.msg}");
                //过点信息 -BDC02
                json.Position = "EL01RB";
@@ -49,7 +49,8 @@
            }
            catch (Exception ex)
            {
                content.Error(ex.Message);
                throw new Exception($"涂装提升机异常:{ex.Message}");
                //content.Error(ex.Message);
            }
            return content;
        }