chr
2025-01-03 31a636e735a0addc56e4f4527f500b7aa0874eb5
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("文件格式");