浏览代码

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

章政 8 年之前
父节点
当前提交
e6d2b547d3
共有 1 个文件被更改,包括 1 次插入0 次删除
  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 ");