低于90%修改

This commit is contained in:
赵正易 2026-02-05 14:19:22 +08:00
parent e8d1f09c50
commit 8f74701634

View File

@ -757,7 +757,7 @@ public class WorkorderProgressService : BaseService<ProWorkorder>, IWorkorderPro
return 0;
}
float completionRate = finishedCount / totalCount;
if (completionRate >= 0.9f)
if (completionRate <= 0.9f)
{
// 触发andon