|
@@ -54,7 +54,7 @@ class WfStudentRepeatStudyNodeTest {
|
|
|
|
|
|
@Test
|
|
|
void test(){
|
|
|
- Long formId = 1906987877859340288L;
|
|
|
+ Long formId = 1907360900683227136L;
|
|
|
|
|
|
String tableName = "wf_student_repeat_study";
|
|
|
Entity where = Entity.create(tableName);
|
|
@@ -116,7 +116,7 @@ class WfStudentRepeatStudyNodeTest {
|
|
|
|
|
|
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()),
|