This commit is contained in:
2024-09-27 18:59:50 +08:00
parent c489a74a85
commit 4686441406
@@ -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;