|
@@ -788,6 +788,7 @@ public class PrimarySchoolApiController {
|
|
|
applicationPrimaryDTO.setBirthday(studentInfo.getBirthday());
|
|
|
applicationPrimaryDTO.setNation(studentInfo.getNation());
|
|
|
applicationPrimaryDTO.setAddress(studentInfo.getAddress());
|
|
|
+ applicationPrimaryDTO.setResidenceAddress(studentInfo.getResidenceAddress());
|
|
|
applicationPrimaryDTO.setStudentType(studentInfo.getType());
|
|
|
}
|
|
|
|