|
@@ -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
|
|
|
}
|