正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -62,7 +62,7 @@ class sendJobsSql { | @@ -62,7 +62,7 @@ class sendJobsSql { | ||
| 62 | * @author:dc | 62 | * @author:dc | 
| 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):string { | 
| 66 | return "select `status` from `".static::$table."` where `id` = ".$id; | 66 | return "select `status` from `".static::$table."` where `id` = ".$id; | 
| 67 | } | 67 | } | 
| 68 | 68 | 
- 
请 注册 或 登录 后发表评论