您可以在构建 LambdaQueryWrapper 的时候,使用 set 方法为 createdby 属性设置值,例如:

LambdaQueryWrapper<HpCompanyProfile> lqw = new LambdaQueryWrapper<>();
lqw.eq(HpCompanyProfile::getCreatedBy, 'your_value_here');

在这里,您可以将 'your_value_here' 替换为您想要设置的具体值。在构建完成后,将 lqw 传递给 selectVoPage 方法即可。

LambdaQueryWrapper 设置 createdby 属性值

原文地址: https://www.cveoy.top/t/topic/mQ7H 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录