|
@@ -884,8 +884,8 @@ namespace TEAMModelOS.Controllers.Common
|
|
|
ArtMusic music = new();
|
|
|
if (art != null)
|
|
|
{
|
|
|
- List<StuActivity> stus = new();
|
|
|
- //List<studentInfos> stus = new();
|
|
|
+ //List<StuActivity> stus = new();
|
|
|
+ List<studentInfos> stus = new();
|
|
|
List<string> wIds = new();
|
|
|
List<StudentArtResult> works = new();
|
|
|
|