|
@@ -464,6 +464,7 @@ public class PrimarySchoolApiController {
|
|
studentInfo.setDocumentUrl(applicationPrimaryDTO.getDocumentUrl());
|
|
studentInfo.setDocumentUrl(applicationPrimaryDTO.getDocumentUrl());
|
|
studentInfo.setType(applicationPrimaryDTO.getStudentType());
|
|
studentInfo.setType(applicationPrimaryDTO.getStudentType());
|
|
studentInfo.setOldClass(applicationPrimaryDTO.getOldClass());
|
|
studentInfo.setOldClass(applicationPrimaryDTO.getOldClass());
|
|
|
|
+ studentInfo.setResidenceAddress(applicationPrimaryDTO.getResidenceAddress());
|
|
|
|
|
|
studentInfo.setCreateTime(new Date());
|
|
studentInfo.setCreateTime(new Date());
|
|
studentInfo.setCreateBy(subject);
|
|
studentInfo.setCreateBy(subject);
|
|
@@ -483,6 +484,7 @@ public class PrimarySchoolApiController {
|
|
studentInfo.setDocumentUrl(applicationPrimaryDTO.getDocumentUrl());
|
|
studentInfo.setDocumentUrl(applicationPrimaryDTO.getDocumentUrl());
|
|
studentInfo.setType(applicationPrimaryDTO.getStudentType());
|
|
studentInfo.setType(applicationPrimaryDTO.getStudentType());
|
|
studentInfo.setOldClass(applicationPrimaryDTO.getOldClass());
|
|
studentInfo.setOldClass(applicationPrimaryDTO.getOldClass());
|
|
|
|
+ studentInfo.setResidenceAddress(applicationPrimaryDTO.getResidenceAddress());
|
|
|
|
|
|
studentInfo.setUpdateTime(new Date());
|
|
studentInfo.setUpdateTime(new Date());
|
|
studentInfo.setUpdateBy(subject);
|
|
studentInfo.setUpdateBy(subject);
|