|
@@ -519,7 +519,7 @@ public interface ClassGroupDao extends BaseDAO<Integer, ClassGroup> {
|
|
* @param classGroupIdList
|
|
* @param classGroupIdList
|
|
* @return
|
|
* @return
|
|
*/
|
|
*/
|
|
- int batchUpdateStudentNumMinusOne(List<Integer> classGroupIdList);
|
|
|
|
|
|
+ int batchUpdateStudentNumMinusOne(@Param("classGroupIds") List<Integer> classGroupIdList);
|
|
|
|
|
|
int updateTest(@Param("delFlag") YesOrNoEnum delFlag);
|
|
int updateTest(@Param("delFlag") YesOrNoEnum delFlag);
|
|
}
|
|
}
|