|
|
@ -207,7 +207,8 @@ public class ActInfoServiceImpl extends BaseServiceImpl<ActInfoDao, ActInfoEntit |
|
|
|
// 创建定时任务(活动开始后将未审核的报名人员自动置为审核通过或不通过)
|
|
|
|
// return this.saveActToScheduleJob(entity.getId(), dto.getActStartTime());
|
|
|
|
} |
|
|
|
return new Result().error(); |
|
|
|
return new Result().ok(); |
|
|
|
// return new Result().error();
|
|
|
|
} |
|
|
|
|
|
|
|
@Override |
|
|
|