|
@@ -791,7 +791,6 @@ public class TeacherAttendanceServiceImpl extends BaseServiceImpl<Long, TeacherA
|
|
|
}
|
|
|
if(teacherAttendance.getComplaintsStatus() == ComplaintsStatusEnum.WAIT){
|
|
|
teacherAttendance.setComplaintsStatus(REPEAL);
|
|
|
- teacherAttendance.setIsComplaints(0);
|
|
|
teacherAttendanceDao.update(teacherAttendance);
|
|
|
}else {
|
|
|
throw new BizException("操作失败: 当前申述状态不允许撤销");
|