CrazyIter_Bin 1 год назад
Родитель
Сommit
2a9c2a840b
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      TEAMModelOS/Controllers/Common/ArtController.cs

+ 2 - 2
TEAMModelOS/Controllers/Common/ArtController.cs

@@ -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();