mirror of
https://gitee.com/best_handsome/mybatis-plus-join
synced 2025-07-11 00:02:22 +08:00
映射注解支持 order by
This commit is contained in:
parent
2b639c44c4
commit
2740936d94
@ -86,7 +86,7 @@ public class UserDO {
|
||||
* 映射只对以Deep结尾,比如 getByIdDeep listByIdsDeep 等
|
||||
* 如果不需要关系映射就使用mybatis plus原生方法即可,比如 getById listByIds 等
|
||||
*
|
||||
* 注意:关系映射不会去关联查询,而是执行多次单表查询(使用in语句查询后对结果进行匹配)
|
||||
* 注意:关系映射不会去关联查询,而是执行多次单表查询(对结果汇总后使用in语句查询,再对结果进行匹配)
|
||||
*/
|
||||
@SpringBootTest
|
||||
class MappingTest {
|
||||
|
Loading…
x
Reference in New Issue
Block a user