|
@@ -1,18 +1,17 @@
|
|
|
package com.ym.mec.biz.dal.dao;
|
|
|
|
|
|
-import java.util.Date;
|
|
|
-import java.util.List;
|
|
|
-import java.util.Map;
|
|
|
-import java.util.Set;
|
|
|
-
|
|
|
-import com.ym.mec.biz.dal.dto.*;
|
|
|
-import org.apache.ibatis.annotations.Param;
|
|
|
-
|
|
|
import com.ym.mec.auth.api.entity.SysUser;
|
|
|
+import com.ym.mec.biz.dal.dto.*;
|
|
|
import com.ym.mec.biz.dal.entity.IndexBaseMonthData;
|
|
|
import com.ym.mec.biz.dal.entity.Student;
|
|
|
import com.ym.mec.biz.dal.entity.Subject;
|
|
|
import com.ym.mec.biz.dal.enums.GroupType;
|
|
|
+import org.apache.ibatis.annotations.Param;
|
|
|
+
|
|
|
+import java.util.Date;
|
|
|
+import java.util.List;
|
|
|
+import java.util.Map;
|
|
|
+import java.util.Set;
|
|
|
|
|
|
public interface StudentDao extends com.ym.mec.common.dal.BaseDAO<Integer, Student> {
|
|
|
|
|
@@ -106,8 +105,6 @@ public interface StudentDao extends com.ym.mec.common.dal.BaseDAO<Integer, Stude
|
|
|
@Param("sunday") String sunday,
|
|
|
@Param("studentIds") List<Integer> studentIds, @Param("tenantId") Integer tenantId);
|
|
|
|
|
|
- List<StudentServeCourseDto> getNoCourseBeServeStudentInfo(@Param("studentIds") List<Integer> noCourseStudentIds, @Param("tenantId") Integer tenantId);
|
|
|
-
|
|
|
|
|
|
List<StudentServeDto> getBeServiceStudentsInfoWithStudents(@Param("monday") String monday,
|
|
|
@Param("courseExpireDate") Date courseExpireDate,
|