陈勇
2026-04-06 9de6c7c6d835ba5161d64114d154bfc7676244a1
ÏîÄ¿´úÂë/WMS/WMSServer/WIDESEA_StoragIntegrationServices/WCS/Partial/HZPassTZ.cs
@@ -21,7 +21,7 @@
                //if (carInfo != null) throw new Exception($"涂装直通总装失败:PVI{json.Rfid}已存在。");
                var station = _stationManagerRepository.QueryFirst(x => x.stationChildCode == json.Position);
                if (station == null) throw new Exception("站台未找到");
                if (station == null) throw new Exception($"{json.Position}工位站台未找到");
                WebResponseContent webResponse = _mesService.bindWorkOrder(json.Position, json.PVI);
                if (!webResponse.Status) throw new Exception($"焊涂绑定失败:{webResponse.msg}");
@@ -34,7 +34,8 @@
            }
            catch (Exception ex)
            {
                content.Error(ex.Message);
                throw new Exception($"焊装提升机异常:{ex.Message}");
                //content.Error(ex.Message);
            }
            return content;
        }