|
@@ -71,8 +71,6 @@ public class TeacherAuthEntryRecordServiceImpl extends ServiceImpl<TeacherAuthEn
|
|
|
if (YesOrNoEnum.YES.equals(teacher.getEntryFlag())) {
|
|
|
return HttpResponseResult.failed("已经通过审批");
|
|
|
}
|
|
|
- //修改用户表
|
|
|
- baseMapper.updateUserCard(teacherApplyDetailDto);
|
|
|
//新增申请记录
|
|
|
TeacherAuthEntryRecord teacherAuthEntryRecord = new TeacherAuthEntryRecord();
|
|
|
BeanUtils.copyProperties(teacherAuthEntryRecord, teacherApplyDetailDto);
|