我正在尝试查找 ID 不是空字符串且不是 null 但无法弄清楚方法是什么的所有约会。
这是我的存储库方法:
findByAppointmentIdNotNullAndAppointmentIdNot(String condition);
内部服务器错误
org.springframework.data.mongodb.InvalidMongoDbApiUsageException: Due to limitations of the com.mongodb.BasicDocument, you can't add a second 'appointmentId' expression specified as 'appointmentId : Document{{$ne=}}'. Criteria already contains 'appointmentId : Document{{$ne=null}}'.
在这里使用 NotNull 和 Not 关键字,并将空字符串作为条件传递,不幸的是结果仍然包含约会,约会 id 是空字符串。可以帮忙吗?