MyBatisPlus连表使用Wrapper

0

SELECT
a.*, b.*
FROM
a LEFT JOIN b ON a.id = b.id
${ew.customSqlSegment}

page(Page<T> page, Wrapper<T> ew)

注意:条件名称必须ew