|
@@ -133,8 +133,6 @@ public class PracticeGroupServiceImpl extends BaseServiceImpl<Long, PracticeGrou
|
|
|
//沈阳分部编号
|
|
|
private static final Integer SHENYANG_ORGAN_ID = 6;
|
|
|
|
|
|
- private static final Set<Integer> ENABLE_APPLY_ORGANIDS = new HashSet<>(Arrays.asList(new Integer[]{1, 43, 47}));
|
|
|
-
|
|
|
private static Date activityStartDate, activityEndDate, applyStartDay, courseExpireDate;
|
|
|
|
|
|
private static final Logger LOGGER = LoggerFactory
|
|
@@ -1626,9 +1624,6 @@ public class PracticeGroupServiceImpl extends BaseServiceImpl<Long, PracticeGrou
|
|
|
if (Objects.isNull(practiceGroup.getUserId())) {
|
|
|
throw new BizException("请选择老师");
|
|
|
}
|
|
|
- if(!ENABLE_APPLY_ORGANIDS.contains(practiceGroup.getOrganId())){
|
|
|
- throw new BizException("所在城市暂不参与此活动");
|
|
|
- }
|
|
|
Map result = new HashMap();
|
|
|
SysConfig practiceSubjectIdListConfig = sysConfigService.findByParamName(SysConfigService.PRACTICE_SUBJECT_ID_LIST);
|
|
|
if (Objects.isNull(practiceGroup.getSubjectId())
|