作者 邓超

x

@@ -62,16 +62,6 @@ class listsSql { @@ -62,16 +62,6 @@ class listsSql {
62 } 62 }
63 63
64 64
65 - /**  
66 - * 通过uuid查询id和email_id  
67 - * @param $uuid  
68 - * @return string  
69 - * @author:dc  
70 - * @time 2023/2/18 10:44  
71 - */  
72 - public static function hasUuid($uuid):string {  
73 - return "select `id`,`email_id`,`uuid` from `".self::$table."` where ".dbWhere(['uuid'=>$uuid]);  
74 - }  
75 65
76 /** 66 /**
77 * 根据id查询 67 * 根据id查询