Commit fc66978b 刘韬

1

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