...
|
...
|
@@ -63,7 +63,7 @@ class sendJobsSql { |
|
|
* @time 2023/4/17 16:19
|
|
|
*/
|
|
|
public static function isStatus(int $id):bool {
|
|
|
return "select `status` from `".static::$table."` where `id` = {$id}";
|
|
|
return "select `status` from `".static::$table."` where `id` = ".$id;
|
|
|
}
|
|
|
|
|
|
/**
|
...
|
...
|
|