章政 7 years ago
parent
commit
45b7a2cf42
1 changed files with 1 additions and 1 deletions
  1. 1 1
      UAS-出货标签管理(泽天)/UAS_出货标签管理.cs

+ 1 - 1
UAS-出货标签管理(泽天)/UAS_出货标签管理.cs

@@ -202,7 +202,7 @@ namespace UAS_LabelMachine
             }
             Dictionary<string, string> Data = new Dictionary<string, string>();
             string[] SplitData = Input.Text.Split('*');
-            if (SplitData.Length < 6)
+            if (SplitData.Length < 5)
             {
                 MessageBox.Show("数据格式错误,无法解析", "提示");
                 Input.SelectAll();