mybatis-mapper / mapper

MyBatis Mapper
https://mapper.mybatis.io
Apache License 2.0
325 stars 47 forks source link

希望增加一些功能的建议,能够在BaseService增加getWrapper方法,以及希望增加连表查询功能 #111

Closed SugarFatFree closed 1 week ago

SugarFatFree commented 1 week ago

1.希望BaseService中能增加getWrapper方法,可以直接获取到Wrapper,方便在外部调用查询; 2.希望增加join方法,能够进行连表查询,具体可以参考下:mybatis-plus-join

abel533 commented 1 week ago

第一个可以增加。

第二个不会增加,纯java写那么麻烦实现join不如直接xml写可读写更好的sql。