@@ -469,7 +469,7 @@ namespace TEAMModelBI.Controllers
{
ddUserInfos = item;
}
- if (ddUserInfos.tmdId != null)
+ if (!string.IsNullOrEmpty(ddUserInfos.tmdId))
List<string> roles = new();//角色列表
List<string> permissions = new List<string>();//权限列表