StringsqlCount="select count(1) from user_third_parts where `status`=1 and delete_tag=0";
StringsqlCount="select count(1) from (\n"+
" select row_number() over (partition by uid,type order by created_at desc) rn,uid,open_id,avatar,nickname,type,created_at,updated_at from user_third_parts where `status`=1 and delete_tag in (0,1) and open_id<>'' and uid>0\n"+