赞
踩
SELECT
a.*,
GROUP_CONCAT( b.`name` ) username
FROM
sacw_auth_ac a
inner JOIN (
select u.*,na.`name` from sys_user u,t_real_name_authentication na
where u.account_id = na.id_number
) b
ON FIND_IN_SET( b.face_id, a.auth_user )
GROUP BY
a.id
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。