|
|
@@ -154,7 +154,10 @@ public class BaseNewStudentTask {
|
|
|
existsNewStudent.setGender(GenderDictionaryEnum.getCode(feeobjupdate.getSex()));
|
|
|
existsNewStudent.setModifyDate(new Date());
|
|
|
existsNewStudent.setEnrollmentPlanId(planId);
|
|
|
- existsNewStudent.setStatus(0);
|
|
|
+ if(!planId.equals(existsNewStudent.getEnrollmentPlanId())){
|
|
|
+ existsNewStudent.setStatus(0);
|
|
|
+ }
|
|
|
+
|
|
|
updateList.add(existsNewStudent);
|
|
|
continue;
|
|
|
}
|