dzx 1 ano atrás
pai
commit
31ddcac003

+ 2 - 0
src/main/java/com/xjrsoft/module/student/controller/BaseStudentScholarshipReleaseController.java

@@ -144,10 +144,12 @@ public class BaseStudentScholarshipReleaseController {
             for (BaseStudentScholarshipApplicant applicantVo : applicantList) {
                 applicantVo.setScholarshipLevel(dto.getScholarshipLevel());
                 applicantVo.setBaseStudentScholarshipCategoryId(dto.getBaseStudentScholarshipCategoryId());
+                applicantVo.setReviewStatus(1);
                 dataList.add(applicantVo);
 
                 insertList.add(
                         new BaseStudentScholarshipRelease(){{
+                            setCreateDate(new Date());
                             setAmount(applicantVo.getAmount());
                             setBaseStudentScholarshipApplicantId(applicantVo.getId());
                             setReleaseDate(new Date());