作者 邓超

x

@@ -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