string 转成 list,可直接通过list的构造函数转换
案例:
var RewardLevelIdList = new List<string>(search.RewardLevelIds.Split(','));