|
@@ -139,6 +139,10 @@ public interface IndexBaseMonthDataDao extends BaseDAO<Long, IndexBaseMonthData>
|
|
|
@Param("groupType")GroupType groupType,
|
|
|
@Param("courseStatus") CourseStatusEnum courseStatus);
|
|
|
|
|
|
+ List<IndexBaseMonthData> getGroupCourseDataWithGroup(@Param("dayStr") String dayStr,
|
|
|
+ @Param("groupType")GroupType groupType,
|
|
|
+ @Param("courseStatus") CourseStatusEnum courseStatus);
|
|
|
+
|
|
|
int countLessThenThreeClassGroupNum(@Param("organIds") Set<Integer> organIds);
|
|
|
List<String> getLessThenThreeMusicGroup(@Param("organIds") Set<Integer> organIds);
|
|
|
|
|
@@ -158,14 +162,14 @@ public interface IndexBaseMonthDataDao extends BaseDAO<Long, IndexBaseMonthData>
|
|
|
* @param organIds
|
|
|
* @return
|
|
|
*/
|
|
|
- int getAttendanceError(@Param("organIds") String organIds,@Param("startTime") String startTime);
|
|
|
+ int getAttendanceError(@Param("organIds") Set<Integer> organIds,@Param("startTime") String startTime);
|
|
|
|
|
|
/**
|
|
|
* 获取旷课考勤
|
|
|
* @param organIds
|
|
|
* @return
|
|
|
*/
|
|
|
- int getNoAttendance(@Param("organIds") String organIds, @Param("startTime") String startTime);
|
|
|
+ int getNoAttendance(@Param("organIds") Set<Integer> organIds, @Param("startTime") String startTime);
|
|
|
|
|
|
/**
|
|
|
* 获取老师离职申请数
|