From 8f747016343f84fa4e448f10d1bfd1375516acae Mon Sep 17 00:00:00 2001 From: git_rabbit Date: Thu, 5 Feb 2026 14:19:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=8E=E4=BA=8E90%=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DOAN.Service/JobKanban/WorkorderProgressService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DOAN.Service/JobKanban/WorkorderProgressService.cs b/DOAN.Service/JobKanban/WorkorderProgressService.cs index 2df229d..05815c6 100644 --- a/DOAN.Service/JobKanban/WorkorderProgressService.cs +++ b/DOAN.Service/JobKanban/WorkorderProgressService.cs @@ -757,7 +757,7 @@ public class WorkorderProgressService : BaseService, IWorkorderPro return 0; } float completionRate = finishedCount / totalCount; - if (completionRate >= 0.9f) + if (completionRate <= 0.9f) { // 触发andon