@Repository public interface XxxMapper extends BaseMapper<Xxx> { @Select("SELECT COUNT(1) > 0 FROM xxx WHERE ${condition} LIMIT 1") boolean exist(String condition) }