List<MinioUser>dt=db.Query<MinioUser>("select a.* from minio_user a left join minio_role_permission b on a.role_id=b.id left join minio_authority c on b.limits_authority_id=c.limits_authority_id left join minio_storage_path d on c.file_id=d.pk where 1=1 "+sql+" ORDER BY a.creator_time").ToList();
if(dt.Count>0)
{
Empower=true;
request.data=db.Query<retqustUser>("select b.*,d.FILE_NAME,d.FILE_PATH from minio_user a left join minio_role_permission b on a.role_id=b.id left join minio_authority c on b.limits_authority_id=c.limits_authority_id left join minio_storage_path d on c.file_id=d.pk where 1=1 "+sql+" ORDER BY a.creator_time").ToList();