You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
说一下前景,我开始使用的是1.4.13版本,在使用MPJLambdaWrapper 的clone方法时提示:
java.lang.IllegalArgumentException: Failed to serialize object of type: class com.github.yulichang.wrapper.MPJLambdaWrapper
按照惯例先搜issues,发现有同样问题,解决办法为升级版本,升级到1.5.2后clone方法能正常使用了,但是list方法出现了问题。
详细堆栈日志
The text was updated successfully, but these errors were encountered:
确认
当前程序版本
1.5.2
问题描述
mybatis-plus version:3.5.9
mybatis-plus-join version:1.5.2
1.5.0 1.5.1版本都已经尝试过,想同的问题
在使用queryWrapper.list(xxxDTO.class) 时,查询语句打印显示正常,但是返回的list里面的数据项为 null。
下面是demo调试截图:
使用1.4.13时list返回是正常的,见图:
说一下前景,我开始使用的是1.4.13版本,在使用MPJLambdaWrapper 的clone方法时提示:
java.lang.IllegalArgumentException: Failed to serialize object of type: class com.github.yulichang.wrapper.MPJLambdaWrapper
按照惯例先搜issues,发现有同样问题,解决办法为升级版本,升级到1.5.2后clone方法能正常使用了,但是list方法出现了问题。
详细堆栈日志
The text was updated successfully, but these errors were encountered: