20240507
This commit is contained in:
@@ -233,7 +233,7 @@ namespace BLL
|
||||
var res = getDataLists.ToList();
|
||||
foreach (var x in res)
|
||||
{
|
||||
x.child = getAllDataLists.Where(xx => xx.SupResourcesId == x.ResourcesId).ToList();
|
||||
x.child = getTestTrainingListBySupTrainingId(x.ResourcesId);
|
||||
}
|
||||
return res;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user