mirror of
https://github.com/Lukas0025/YAGS.git
synced 2025-04-04 06:51:33 +01:00
Merge branch 'main' of https://github.com/Lukas0025/YAGS
This commit is contained in:
commit
8c9f9a5f76
@ -43,9 +43,9 @@
|
||||
$observations = new \wsos\database\core\table(\DAL\observation::class);
|
||||
$ob = new \DAL\observation();
|
||||
|
||||
$faild = $observations->query("status==? && start<?", [$ob->status->getVal("assigned"), time() - 300]);
|
||||
$faild = $observations->query("(status == ?) && (start < ?)", [$ob->status->getVal("assigned"), time() - 300]);
|
||||
|
||||
foreach ($fob in $faild->values) {
|
||||
foreach ($faild->values as $fob) {
|
||||
$fob->status->set("fail");
|
||||
$fob->commit();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user