zouxuan 1 gadu atpakaļ
vecāks
revīzija
7d8390785e

+ 6 - 0
cooleshow-auth/auth-server/src/main/java/com/yonge/cooleshow/auth/dal/dao/SysUserDao.java

@@ -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);
 }