Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

springboot3 分支,online 表单添加下拉框组件后,功能测试页面编辑报错 #6672

Closed
LyuKhao opened this issue Jul 1, 2024 · 2 comments

Comments

@LyuKhao
Copy link

LyuKhao commented Jul 1, 2024

版本号:

3.7.0_all springboot3 分支

问题描述:

online 在线表单配置下拉框组件,测试页面添加数据后,点击编辑报错(图一 图二)。

分析代码发现此方法已在 mybatis-plus 3.5.3.2 版本中移除(图三)
public final QueryWrapper<T> select(String... columns) { return select(Arrays.asList(columns)); }

错误截图:

image
image

image

友情提示:

  • 未按格式要求发帖、描述过于简单的,会被直接删掉;
  • 描述问题请图文并茂,方便我们理解并快速定位问题;
  • 如果使用的不是master,请说明你使用的分支;
@LyuKhao LyuKhao changed the title springboot3 分支,online 下拉组件编辑报错 springboot3 分支,online 表单添加下拉框组件后,功能测试页面编辑报错 Jul 1, 2024
@zhangdaiscott
Copy link
Member

online模块lib暂时未升级,可能是不兼容

@zhangdaiscott
Copy link
Member

更新代码把

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants