We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1.4.11
The text was updated successfully, but these errors were encountered:
noSelect的含义是什么呢 应用场景可以列举一下吗 可变参数的参数数据类型是什么?
Sorry, something went wrong.
MPJLambdaWrapper原本不是有个名为select的方法用来指定需要查询的字段吗?但是有些时候表中需要查询的字段很多,但是又不想全部查询出来,就要给select这个方法传递很长的一串参数。正常来说的话这个问题会用创建不同的视图对象来解决,但是会导致存在很多视图对象,所以想要有个noSelect方法来指定不查询的字段。select方法接收的不就是可变参数或者叫可变长参数吗?noSelect需要传递的参数数据类型和select方法的参数数据类型一样。
已经有类似功能的pr了,期待merge吧
#80
No branches or pull requests
当前使用版本(必填,否则不予处理)
1.4.11
该问题是如何引起的?(确定最新版也有问题再提!!!)
重现步骤(如果有就写完整)
报错信息
The text was updated successfully, but these errors were encountered: