Browse Source

新生数据同步调整

dzx 7 months ago
parent
commit
9d18b5a06b
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/main/java/com/xjrsoft/module/job/BaseNewStudentTask.java

+ 1 - 2
src/main/java/com/xjrsoft/module/job/BaseNewStudentTask.java

@@ -153,11 +153,10 @@ public class BaseNewStudentTask {
                 existsNewStudent.setSecondAmbitionId(majorSetNameMap.get(feeobjupdate.getZytjspec()));
                 existsNewStudent.setGender(GenderDictionaryEnum.getCode(feeobjupdate.getSex()));
                 existsNewStudent.setModifyDate(new Date());
-                existsNewStudent.setEnrollmentPlanId(planId);
                 if(!planId.equals(existsNewStudent.getEnrollmentPlanId())){
                     existsNewStudent.setStatus(0);
                 }
-
+                existsNewStudent.setEnrollmentPlanId(planId);
                 updateList.add(existsNewStudent);
                 continue;
             }