This commit is contained in:
mr
2026-03-16 12:32:39 +01:00
parent 40a986af41
commit 6d8efd137a

View File

@@ -217,7 +217,7 @@ func (d *WorkflowExecution) bookEach(executionsID string, wfID string, dt tools.
d.PeerBookByGraph[priced.GetCreatorID()][itemID] = []string{} d.PeerBookByGraph[priced.GetCreatorID()][itemID] = []string{}
} }
start := d.ExecDate start := d.ExecDate
if s := priced.GetLocationStart(); s != nil { if s := priced.GetLocationStart(); s != nil && s.After(time.Now()) {
start = *s start = *s
} }
fmt.Println("qdqsd", start, d.ExecDate) fmt.Println("qdqsd", start, d.ExecDate)