摘要: 用户表,用户登录信息表 public static function getList($type){ if ($type=='user'){ $map[] = ['u.type','=','1']; }elseif ($type=='admin'){ $map[] = ['u.type','=',' 阅读全文
posted @ 2022-06-01 16:16 酒过三巡 阅读(480) 评论(0) 推荐(0)