作者 邓超

x

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