|
@@ -174,4 +174,10 @@ public interface SysUserDao extends BaseDAO<Long, SysUser> {
|
|
|
Integer getUnCompCourseNum(@Param("userId") Long userId);
|
|
|
|
|
|
void updateLockStatus(@Param("userId")Long userId, @Param("lockFlag") Integer lockFlag, @Param("sysUserType") String sysUserType);
|
|
|
+
|
|
|
+ int logoffByPhone(@Param("num") int num, @Param("phone") String phone);
|
|
|
+
|
|
|
+ void updateLockStatusByPhone(@Param("phone") String phone);
|
|
|
+
|
|
|
+ int countByPhont(@Param("phone") String phone);
|
|
|
}
|