|
@@ -131,7 +131,7 @@ public class ExamRegistrationServiceImpl extends BaseServiceImpl<Long, ExamRegis
|
|
|
examRegistrationPaymentService.update(examRegistrationPayment);
|
|
|
rpMap.put("examRegister", examRegistration);
|
|
|
rpMap.put("payMap", payMap);
|
|
|
- return payMap;
|
|
|
+ return rpMap;
|
|
|
}
|
|
|
|
|
|
@Override
|
|
@@ -273,6 +273,6 @@ public class ExamRegistrationServiceImpl extends BaseServiceImpl<Long, ExamRegis
|
|
|
ExamRegistration examRegistration = examRegistrationDao.get(order.getExamRegistrationId());
|
|
|
rpMap.put("examRegister", examRegistration);
|
|
|
rpMap.put("payMap", payMap);
|
|
|
- return payMap;
|
|
|
+ return rpMap;
|
|
|
}
|
|
|
}
|