Browse Source

修改bug

User 1 năm trước cách đây
mục cha
commit
f29a0befa4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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)
                 {