|
@@ -270,7 +270,8 @@ public class ExamRegistrationServiceImpl extends BaseServiceImpl<Long, ExamRegis
|
|
|
order.setTransNo((String) payMap.get("routingMerNos"));
|
|
|
order.setPayType((String) payMap.get("type"));
|
|
|
examRegistrationPaymentService.update(order);
|
|
|
- rpMap.put("examRegister", order);
|
|
|
+ ExamRegistration examRegistration = examRegistrationDao.get(order.getExamRegistrationId());
|
|
|
+ rpMap.put("examRegister", examRegistration);
|
|
|
rpMap.put("payMap", payMap);
|
|
|
return payMap;
|
|
|
}
|