Преглед на файлове

update 上传文件去掉权限

周箭河 преди 5 години
родител
ревизия
8d00560c78
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      edu-user/edu-user-server/src/main/java/com/keao/edu/user/service/impl/ExamRegistrationServiceImpl.java

+ 2 - 0
edu-user/edu-user-server/src/main/java/com/keao/edu/user/service/impl/ExamRegistrationServiceImpl.java

@@ -86,6 +86,8 @@ public class ExamRegistrationServiceImpl extends BaseServiceImpl<Long, ExamRegis
         }
 
         examRegistration.setStatus(StudentRegistrationStatusEnum.PAY_WAIT);
+        examRegistration.setLevelFee(examSubjectSong.getRegistrationFee());
+        examRegistration.setTheoryLevelFee(examMusicTheory.getFee());
         examRegistrationDao.insert(examRegistration);
 
         ExamRegistrationPayment examRegistrationPayment = new ExamRegistrationPayment();