@@ -88,7 +88,7 @@ public class TeacherController extends BaseController {
organId = organizationService.getEmployeeOrgan(organId);
demissionFlag = false;
if(isForzenWithQueryCondition == null){
- isForzenWithQueryCondition = true;
+ isForzenWithQueryCondition = false;
}
return succeed(teacherService.findTeachers(organId,demissionFlag,isForzenWithQueryCondition));