소스 검색

bug修复

dzx 1 년 전
부모
커밋
31ddcac003
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/main/java/com/xjrsoft/module/student/controller/BaseStudentScholarshipReleaseController.java

+ 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());