baomidou / mybatis-plus

An powerful enhanced toolkit of MyBatis for simplify development
https://baomidou.com
Apache License 2.0
16.33k stars 4.3k forks source link

两个不同实体类的Wrapper可以直接复制where条件吗? #6282

Closed yinseyeying closed 3 months ago

yinseyeying commented 3 months ago

假如我有Wrapper和Wrapper。Wrapper.eq().in().likeleft()...已经设置了一批where条件,是否有什么方法可以直接将所有条件复制到Wrapper?假如两个表的字段完全一致。 如果可以的话,希望也教一下group是否能直接复制,谢谢!

nieqiurong commented 3 months ago

没得

yinseyeying commented 3 months ago

没得

那后续有考虑实现这个功能吗?

huayanYu commented 3 months ago

没计划