作者 邓超

x

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