|
|
@@ -158,6 +158,7 @@ public class BaseNewStudentTask {
|
|
|
existsNewStudent.setSecondAmbitionId(majorSetNameMap.get(feeobjupdate.getZytjspec()));
|
|
|
existsNewStudent.setGender(GenderDictionaryEnum.getCode(feeobjupdate.getSex()));
|
|
|
existsNewStudent.setModifyDate(new Date());
|
|
|
+ existsNewStudent.setIsCanBanding(1);
|
|
|
|
|
|
updateList.add(existsNewStudent);
|
|
|
continue;
|
|
|
@@ -196,6 +197,7 @@ public class BaseNewStudentTask {
|
|
|
setGender(GenderDictionaryEnum.getCode(feeobjupdate.getSex()));
|
|
|
setEnrollmentPlanId(planId);
|
|
|
setCreateDate(new Date());
|
|
|
+ setIsCanBanding(1);
|
|
|
}}
|
|
|
);
|
|
|
}
|