select sys_user_idfrom wx_userWHERE authorizer_app_id = ‘XXX’ AND sys_user_id != 0group by sys_user_idhaving count(sys_user_id) > 1;