mybatis-plus Wrapper+sql語句條件查詢


@Select("select * from tb_test as test left join tb_test1 as test1 ${ew.customSqlSegment}")   //${ew.customSqlSegment} 吧wrapper條件拼接在sql上
IPage<CompanyTableVo> queryCompanyPage(@Param("page") Page page, @Param(Constants.WRAPPER) Wrapper wrapper);

使用 queryWrapper.eq()方法:這里的eq中的test1可以是你sql中寫的其他表名稱/別名
eq("test1.id",3)

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM