|
@@ -139,6 +139,9 @@ public class ExamRegistrationServiceImpl extends BaseServiceImpl<Long, ExamRegis
|
|
|
amount = amount.add(theoryLevelFee);
|
|
|
}
|
|
|
|
|
|
+ if(Objects.isNull(examRegistration.getSubjectId())){
|
|
|
+ examRegistration.setSubjectId(0);
|
|
|
+ }
|
|
|
examRegistration.setTenantId(organization.getTenantId());
|
|
|
examRegistration.setStatus(StudentRegistrationStatusEnum.PAY_WAIT);
|
|
|
examRegistration.setLevelFee(registrationFee);
|