From 4686441406e4cc460b19d20d5ac4fd91863a6f29 Mon Sep 17 00:00:00 2001 From: fei550 <1420031550@qq.com> Date: Fri, 27 Sep 2024 18:59:50 +0800 Subject: [PATCH] 1 --- SGGL/FineUIPro.Web/HJGL/WeldingManage/WeldMatMatch.aspx.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SGGL/FineUIPro.Web/HJGL/WeldingManage/WeldMatMatch.aspx.cs b/SGGL/FineUIPro.Web/HJGL/WeldingManage/WeldMatMatch.aspx.cs index ff35d895..7450d1bd 100644 --- a/SGGL/FineUIPro.Web/HJGL/WeldingManage/WeldMatMatch.aspx.cs +++ b/SGGL/FineUIPro.Web/HJGL/WeldingManage/WeldMatMatch.aspx.cs @@ -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;