소스 검색

复读流程调整

dzx 8 달 전
부모
커밋
363430c91f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/java/com/xjrsoft/module/liteflow/node/WfStudentRepeatStudyNode.java

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