|
|
@@ -3758,7 +3758,7 @@ public class KwtWaybillOrderV1Service {
|
|
|
|
|
|
//1、更新司机分数(减分)
|
|
|
documentErrorMissing = -Math.abs(documentErrorMissing);
|
|
|
- remoteFleetService.updateDriverScore(waybillOrder.getEntId(), waybillOrder.getDriverId(), documentErrorMissing);
|
|
|
+
|
|
|
|
|
|
//2、更新企业分数(减分)
|
|
|
|
|
|
@@ -3788,7 +3788,7 @@ public class KwtWaybillOrderV1Service {
|
|
|
if (isTimeOut) {
|
|
|
//1、更新司机分数(减分)
|
|
|
timeoutScore = -Math.abs(timeoutScore);
|
|
|
- remoteFleetService.updateDriverScore(waybillOrder.getEntId(), waybillOrder.getDriverId(), timeoutScore);
|
|
|
+
|
|
|
|
|
|
//2、更新企业分数(减分)
|
|
|
}
|
|
|
@@ -3970,7 +3970,7 @@ public class KwtWaybillOrderV1Service {
|
|
|
updateNode(waybillOrder, nodeIds, continuousOnTimeUnload);
|
|
|
|
|
|
//2 .更新司机分数(加分)
|
|
|
- remoteFleetService.updateDriverScore(waybillOrder.getEntId(), waybillOrder.getDriverId(), continuousOnTimeUnload);
|
|
|
+
|
|
|
|
|
|
//3. 更新企业分数(加分)
|
|
|
}
|
|
|
@@ -4022,7 +4022,7 @@ public class KwtWaybillOrderV1Service {
|
|
|
updateNode(waybillOrder, nodeIds, continuousAccurateUnloadTimes);
|
|
|
|
|
|
//2 .更新司机分数(加分)
|
|
|
- remoteFleetService.updateDriverScore(waybillOrder.getEntId(), waybillOrder.getDriverId(), continuousAccurateUnload);
|
|
|
+
|
|
|
|
|
|
//3. 更新企业分数(加分)
|
|
|
}
|