소스 검색

doc update

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

+ 1 - 0
doc/Mind/ElectiveGeneration.cs

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