|
|
@@ -140,7 +140,7 @@ public class WfStudentRepeatStudyNode extends NodeComponent {
|
|
|
|
|
|
studentService.add(baseStudentUser);
|
|
|
}else{
|
|
|
- schoolRollService.activateStudent(user.getId());
|
|
|
+ schoolRollService.activateStudent(user.getId(), null);
|
|
|
schoolRollService.updateStudentClassGradeMajorStduyStatus(
|
|
|
Long.parseLong(objectMap.get("class_id").toString()),
|
|
|
Long.parseLong(objectMap.get("grade_id").toString()),
|