The LINQ expression “xxx“ could not be translated
错误示例:varA=B.GroupBy(item=>item.id).Select(groupedList=>new{PlannerId=groupedList.Key,RxList=groupedList});解决方案:varA=B.GroupBy(item=>item.id).Select(groupedList=>new{PlannerId=groupedList.Key,RxList=gr