yonge 2 سال پیش
والد
کامیت
322f8b0c9e
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      mec-web/src/main/java/com/ym/mec/web/controller/TeacherController.java

+ 1 - 1
mec-web/src/main/java/com/ym/mec/web/controller/TeacherController.java

@@ -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));
     }