|
@@ -156,7 +156,7 @@ public class ExamOrganizationRelationServiceImpl extends BaseServiceImpl<Long, E
|
|
|
throw new BizException("合作单位信息错误");
|
|
|
}
|
|
|
og.setSendUrlFlag(0);
|
|
|
- og.setIsAllowArrangeExam(organization.getIsAllowArrangeExam());
|
|
|
+ og.setIsAllowArrangeExam(0);
|
|
|
og.setSettlementType(organization.getSettlementType());
|
|
|
og.setShareProfitAmount(organization.getShareProfitAmount());
|
|
|
og.setTotalRegistrationStudentNum(BigDecimal.ZERO.intValue());
|