From 6698c6e3a38c08481d62f5fa17e810a05bd33299 Mon Sep 17 00:00:00 2001 From: sunjianxi <839419401@qq.com> Date: Wed, 3 Jun 2026 17:51:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=9F=E8=83=BD=E4=BF=AE=E6=94=B9-sjx?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../service/impl/WorkOrderServiceImpl.java | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/blade-service/blade-scheduling/src/main/java/org/springblade/scheduling/scheduling/service/impl/WorkOrderServiceImpl.java b/blade-service/blade-scheduling/src/main/java/org/springblade/scheduling/scheduling/service/impl/WorkOrderServiceImpl.java index 1335eae6a..4499e9adf 100644 --- a/blade-service/blade-scheduling/src/main/java/org/springblade/scheduling/scheduling/service/impl/WorkOrderServiceImpl.java +++ b/blade-service/blade-scheduling/src/main/java/org/springblade/scheduling/scheduling/service/impl/WorkOrderServiceImpl.java @@ -2174,27 +2174,27 @@ public class WorkOrderServiceImpl extends BaseServiceImpl 5) { - result = (5.8 * sumOfQuota + 20) / 60 + 0.8; + result = (6.2 * sumOfQuota + 20) / 60 + 0.8; if (y > 2) { result = 1.5 * result; } if (hb) { - result = result + 0.5 * sumOfQuota / 60 + 0.2; + result = result + 1 * sumOfQuota / 60 + 0.2; } if (x > 3) { result = 1.2 * result + 3; } } if (sumOfQuota <= 30 && sumOfQuota > 20) { - result = (6 * sumOfQuota + 20) / 60 + 0.8; + result = (6.5 * sumOfQuota + 20) / 60 + 0.8; if (y > 2) { result = 1.6 * result; } if (hb) { - result = result + (1 * sumOfQuota) / 60 + 0.2; + result = result + (1.3 * sumOfQuota) / 60 + 0.2; } if (x > 3) { result = 1.5 * result + 5; @@ -2206,7 +2206,7 @@ public class WorkOrderServiceImpl extends BaseServiceImpl 3) { result = 1.8 * result + 6; @@ -2215,10 +2215,10 @@ public class WorkOrderServiceImpl extends BaseServiceImpl 50) { result = (6.4 * sumOfQuota + 25) / 60 + 1.5; if (y > 2) { - result = 2 * result; + result = 2.1 * result; } if (hb) { - result = result + (3 * sumOfQuota) / 60 + 0.5; + result = result + (3 * sumOfQuota) / 60 + 1.5; } if (x > 3) { result = 2.2 * result + 9; @@ -2227,10 +2227,10 @@ public class WorkOrderServiceImpl extends BaseServiceImpl 80) { result = (6.5 * sumOfQuota + 25) / 60 + 1.8; if (y > 2) { - result = 2 * result; + result = 2.1 * result; } if (hb) { - result = result + (3.5 * sumOfQuota) / 60 + 0.7; + result = result + (3.5 * sumOfQuota) / 60 + 2; } if (x > 3) { result = 2.5 * result + 12; @@ -2242,7 +2242,7 @@ public class WorkOrderServiceImpl extends BaseServiceImpl 3) { result = 2.5 * result + 15;