|
|
@ -65,7 +65,7 @@ public class WorkOrder implements Delayed { |
|
|
|
|
|
|
|
|
|
|
|
LocalDateTime localDateTime = Instant.ofEpochMilli(this.completionTime) |
|
|
|
LocalDateTime localDateTime = Instant.ofEpochMilli(this.completionTime) |
|
|
|
.atZone(ZoneId.systemDefault()).toLocalDateTime(); |
|
|
|
.atZone(ZoneId.systemDefault()).toLocalDateTime(); |
|
|
|
Duration duration = Duration.ofMillis(38114000); |
|
|
|
Duration duration = Duration.ofMillis(this.rollingDuration); |
|
|
|
|
|
|
|
|
|
|
|
String outSTring = "\r\nwordOrderID: " + this.workOrderID + "\r\n" + |
|
|
|
String outSTring = "\r\nwordOrderID: " + this.workOrderID + "\r\n" + |
|
|
|
"vendor: " + this.vendor.getObjectUUID() + "\r\n" + |
|
|
|
"vendor: " + this.vendor.getObjectUUID() + "\r\n" + |
|
|
|