This commit is contained in:
李鹏飞 2024-09-27 18:59:50 +08:00
parent c489a74a85
commit 4686441406
1 changed files with 1 additions and 1 deletions

View File

@ -480,7 +480,7 @@ namespace FineUIPro.Web.HJGL.WeldingManage
}
protected void btnGenTask_Click(object sender, EventArgs e)
{
if (Rate<(decimal)0.8)
if (Rate<(decimal)80)
{
ShowNotify(" 匹配率小于80%,请重新匹配!", MessageBoxIcon.Warning);
return;