foreach (StationInfo temp in listInfo)
{
慢 var StationGroup = MyFramework.SNH.DaoService.GetService<Model.StationGroup>().Get(p => p.GroupName == temp.Lng);
temp.Lng = null;
temp.GroupId = StationGroup.Id;
慢 MyFramework.SNH.DaoService.GetService<Model.StationInfo>().Add(temp);
}200条数据,加粗的部分速度慢,怎么解决?
please verify my account