List<int> roleIdList = GetRoleIdList(user.ID);
string roleIdsStr = "";
if (roleIdList != null)
{
    roleIdsStr = string.Join(",", roleIdList);
}

 

相关文章:

  • 2022-01-07
  • 2022-12-23
  • 2022-02-13
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-02-12
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案