|
@@ -25,6 +25,8 @@ public interface StudentDao extends com.ym.mec.common.dal.BaseDAO<Integer, Stude
|
|
|
|
|
|
SysUser lockUserReturnInfo(@Param("userId") Integer userId);
|
|
|
|
|
|
+ SysUser getUser(@Param("userId") Integer userId);
|
|
|
+
|
|
|
List<SysUser> findStudents(Map<String, Object> params);
|
|
|
|
|
|
int countStudents(Map<String, Object> params);
|