|
@@ -452,7 +452,7 @@ namespace mxdemo.Mind
|
|
|
/// </summary>
|
|
|
/// <param name="studentIds"></param>
|
|
|
/// <returns>批量取学生自选专业匹配情况</returns>
|
|
|
- Dictionary<int, ElectiveGenerationOptionalMajor> getGenerationOptionalMajorsBatch(int[] studentIds);
|
|
|
+ Dictionary<int, ElectiveGenerationOptionalMajor> getGenerationOptionalMajorsBatch(int roundId, int[] studentIds);
|
|
|
|
|
|
/// <summary>
|
|
|
/// 通过summary中输出的queryCode反查明细
|