|
@@ -41,6 +41,8 @@ public interface SchoolDao extends BaseDAO<Integer, School> {
|
|
List<School> findVipSchoolByUserId(@Param("userId") Integer userId,
|
|
List<School> findVipSchoolByUserId(@Param("userId") Integer userId,
|
|
@Param("organId") String organId,
|
|
@Param("organId") String organId,
|
|
@Param("isDefault") Integer isDefault);
|
|
@Param("isDefault") Integer isDefault);
|
|
|
|
+ List<School> findVipSchoolByUserId2(@Param("userId") Integer userId,
|
|
|
|
+ @Param("organId") String organId);
|
|
|
|
|
|
|
|
|
|
}
|
|
}
|