feature: task
This commit is contained in:
parent
0bd41bfb0f
commit
a89e298e88
|
|
@ -59,16 +59,19 @@ class Task extends Backend
|
|||
|
||||
if (in_array($item[2], [1, 4])) {
|
||||
$where[] = ['expire_end_time', '<=', $dateTime];
|
||||
continue;
|
||||
}
|
||||
|
||||
if ($item[2] == 2) {
|
||||
$where[$k][2] = 4;
|
||||
$where[] = ['expire_end_time', '>', $dateTime];
|
||||
continue;
|
||||
}
|
||||
|
||||
if ($item[2] == 6) {
|
||||
$where[$k][2] = 1;
|
||||
$where[] = ['expire_end_time', '>', $dateTime];
|
||||
continue;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user