正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -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 | /** |
-
请 注册 或 登录 后发表评论