低于90%修改
This commit is contained in:
parent
e8d1f09c50
commit
8f74701634
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user