瀏覽代碼

修改bug

User 1 年之前
父節點
當前提交
f29a0befa4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      OTSIncAReportApp/3-ServiceCenter/COffLineClassifyLogic.cs

+ 1 - 1
OTSIncAReportApp/3-ServiceCenter/COffLineClassifyLogic.cs

@@ -13,7 +13,7 @@ namespace OTSCommon
         public static bool ClassifyIncA(List<COTSParticleClr> parts, string stdname, int steelTech)
         {
             bool r = true;
-            if (stdname != "NoSTDDB")
+            if (stdname != "NoSTDDB"&& stdname != "NoSTDDB.db")
             {
                 foreach (var part in parts)
                 {