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