Commit fc66978b 刘韬

1

1 个父辈 75d9da12
...@@ -250,7 +250,6 @@ namespace BLL ...@@ -250,7 +250,6 @@ namespace BLL
CheckText("等待中"); CheckText("等待中");
} }
islast = false; islast = false;
} }
// 创建不包含自增ID的临时字典进行比较 // 创建不包含自增ID的临时字典进行比较
//var keyWithoutReelID = new Dictionary<string, string>(key); //var keyWithoutReelID = new Dictionary<string, string>(key);
......
...@@ -323,7 +323,7 @@ namespace SmartScan.SetControl.WPF ...@@ -323,7 +323,7 @@ namespace SmartScan.SetControl.WPF
if (target != null) if (target != null)
{ {
int value; int value;
if (int.TryParse(target.Text, out value) && value > 1) if (int.TryParse(target.Text, out value) && value > 0)
{ {
target.Text = (value - 1).ToString(); target.Text = (value - 1).ToString();
CheckMatchForUserControl(match, userControl); CheckMatchForUserControl(match, userControl);
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!