|
@@ -162,6 +162,8 @@ public class ExamOrganizationRelationServiceImpl extends BaseServiceImpl<Long, E
|
|
|
og.setTotalRegistrationStudentNum(BigDecimal.ZERO.intValue());
|
|
|
og.setTotalPaymentAmount(BigDecimal.ZERO);
|
|
|
og.setTotalTransAmount(BigDecimal.ZERO);
|
|
|
+ og.setSelfRegistrationStudentNum(BigDecimal.ZERO.intValue());
|
|
|
+ og.setSelfPaymentAmount(BigDecimal.ZERO);
|
|
|
String registrationUrl = baseUrl + "examId=" + examId + "&organId=" + organId;
|
|
|
String registShortUrl = shortUrlService.createShortUrl(registrationUrl);
|
|
|
og.setUrl(registShortUrl);
|