Browse Source

修改打印超过500少打单盘的BUG

章政 8 years ago
parent
commit
e6d2b547d3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      UAS-出货标签管理/UAS_出货标签管理.cs

+ 1 - 0
UAS-出货标签管理/UAS_出货标签管理.cs

@@ -1318,6 +1318,7 @@ namespace UAS_LabelMachine
                     CurrentCount = CurrentCount + 1;
                 }
                 pib_id_string.Append(pib_id_arr[CurrentCount]);
+                CurrentCount = CurrentCount + 1;
                 pib_id_string.Append(")");
                 if (i + 1 != fivehundred_count)
                     pib_id_string.Append(" or pib_id in ");