Kaynağa Gözat

复读流程调整

dzx 8 ay önce
ebeveyn
işleme
363430c91f

+ 1 - 1
src/main/java/com/xjrsoft/module/liteflow/node/WfStudentRepeatStudyNode.java

@@ -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()),