|
@@ -154,7 +154,7 @@ public class ExamOrganizationRelationServiceImpl extends BaseServiceImpl<Long, E
|
|
|
if(Objects.isNull(organization)){
|
|
|
throw new BizException("合作单位信息错误");
|
|
|
}
|
|
|
- og.setSendUrlFlag(0);
|
|
|
+ og.setSendUrlFlag(1);
|
|
|
og.setIsAllowArrangeExam(1);
|
|
|
og.setSettlementType(organization.getSettlementType());
|
|
|
og.setShareProfitAmount(organization.getShareProfitAmount());
|