ZQN
2024-06-27 ea5615a5081d675700544e3c834939c18dae543e
project-system/src/main/java/com/project/system/mapper/SysUserMapper.java
@@ -142,4 +142,15 @@
     * @return  phoneList
     */
    List<String> getPhonesByRoleKey(@Param("roleKey") String roleKey,@Param("deptId") Long deptId);
    /**
     * 更换手机号
     *
     * @param userId 用户id
     * @param phone 手机
     * @return 结果
     */
    int resetPhone(@Param("userId")Long userId, @Param("phone")String phone);
    List<SysUser> selectUserListCommon(SysUser user);
}