mybatis-mapper / mapper

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

LogicalMapper 如何查出被删除的数据 #89

Open SugarFatFree opened 9 months ago

SugarFatFree commented 9 months ago

想要能够查出被删除的数据

zoooooway commented 9 months ago

LogicalMapper中没有实现查询删除数据的通用方法,最简单的是使用在xml中写sql的方式去查询。