|
@@ -975,6 +975,9 @@ public class ScheduleServiceImpl extends ServiceImpl<PolyvVideoMapper, PolyvVide
|
|
|
update.setStatus(2);
|
|
|
update.setUpdateTime(DateUtils.getNowTime());
|
|
|
examApplyMapper.updateById(update);
|
|
|
+ ExamApplyQueryBo applyQueryBo = new ExamApplyQueryBo();
|
|
|
+ applyQueryBo.setApplyId(examApplyVo.getApplyId());
|
|
|
+ wisdomSyncApplyUserInfo(applyQueryBo);
|
|
|
}
|
|
|
}
|
|
|
ExamBeforeQueryBo examBeforeQueryBo = new ExamBeforeQueryBo();
|