develop
parent
a1c2a559af
commit
636bca43f9
|
|
@ -2525,7 +2525,7 @@ namespace New_College.Services
|
||||||
|
|
||||||
//var tbsdinfo = await t_TbSNeedDataInfoRepository.Query(e => e.Location == "山东省");
|
//var tbsdinfo = await t_TbSNeedDataInfoRepository.Query(e => e.Location == "山东省");
|
||||||
// var pronew = await d_PlanMajorDescProRepository.Query(e => e.IsDelete == false && e.Location == Location && e.Years == 2023 && e.BatchName == "普通类二段");
|
// var pronew = await d_PlanMajorDescProRepository.Query(e => e.IsDelete == false && e.Location == Location && e.Years == 2023 && e.BatchName == "普通类二段");
|
||||||
var majorlist = await d_PlanMajorScoreLineRepository.Query(e => e.Location == Location);
|
// var majorlist = await d_PlanMajorScoreLineRepository.Query(e => e.Location == Location);
|
||||||
tbinfo.ForEach(o =>
|
tbinfo.ForEach(o =>
|
||||||
{
|
{
|
||||||
//if (majorlist.Any(e => e.Major == o.MajorName && e.UniversityName == o.UniversityName))
|
//if (majorlist.Any(e => e.Major == o.MajorName && e.UniversityName == o.UniversityName))
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue