|
@@ -8,10 +8,5 @@ import org.apache.ibatis.annotations.Param;
|
|
|
import java.util.List;
|
|
|
|
|
|
public interface StudentRepairDao extends com.ym.mec.common.dal.BaseDAO<Integer, StudentRepair> {
|
|
|
-
|
|
|
-
|
|
|
- default List<BasicUserDto> getStudents(@Param("employeeId") Integer employeeId, @Param("organIdList") String organIdList) {
|
|
|
- return null;
|
|
|
- }
|
|
|
-
|
|
|
+ List<BasicUserDto> getStudents(@Param("employeeId") Integer employeeId, @Param("organIdList") String organIdList);
|
|
|
}
|