PdmSwPlugin.Common/BomIniter/YwtBomIniter.cs
@@ -27,12 +27,14 @@ string jgjNameRegx = CustomerSetting.Instance["jgjNameRegx"]; string standardNameRegx = CustomerSetting.Instance["standardNameRegx"]; string specialJgjRegx = CustomerSetting.Instance["specialJgjRegx"]; if (Regex.IsMatch(childName, jgjNameRegx)) { if (bom._drawInfo != null) { bom._drawInfo.HistoryData = NameUtil.IsHistoryDoc(childName); bom._drawInfo.isSpecial = Regex.IsMatch(childName, specialJgjRegx); } string docType = bom.properties.Get("文件格式");