소스 검색

headteacher elective query modified

hare8999@163.com 2 년 전
부모
커밋
d52b24c5b3
1개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. 4 2
      doc/Mind/ElectiveGeneration.cs

+ 4 - 2
doc/Mind/ElectiveGeneration.cs

@@ -570,9 +570,11 @@ namespace mxdemo.Mind
 
         /// <summary>
         /// 重用getElectiveGenerationDetails, query=active=generation
-        /// 学生查询接口,查询当前班级的选科数据
+        /// 班主任查询接口,查询当前班级的选科数据
+        /// +isNew true表示查询当前老师待生效的新班级学生,false表示查当前班主任所在班级的学生
+        /// 先通过oldClassId或者newClassId锁定查询范围,再查迭代至某个generation的录取与未录取状态
         /// </summary>
-        ClassGenerationDetailWrapper getClassGenerationDetails(int roundId, int generation, string queryCode);
+        ClassGenerationDetailWrapper getClassGenerationDetails(int roundId, int generation, string queryCode, bool isNew);
 
         #endregion
     }