ZQN
2024-07-24 ccb13428fc1e985eb7d50b2a8875a1527461a454
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);
}