0
MongoRepositoryを使用してmongoDBで投影を使用し、JsonParserExceptionを取得しようとしています。以下のコードは次のとおりです。MongoDB投影例外
@Query(value= "{'regId': ?0, 'data': {$elemMatch: {'$OR': [{'sampleStep' :?1}, {'sampleStep' : {$gt: ?1}, raw: ?2}]}}, 'ts': ?2, 'regId': ?2}")
Data findAllById(ObjectId regId, String sampleStep, boolean flag);
例外メッセージ:
{'regId': ?0, 'data': {$elemMatch: {'$OR': [{'sampleStep' : "1000000000"}, {'sampleStep' : {$gt: "1000000000"}, raw: true}]}}, 'ts': true, 'regId': true}
^] with root cause com.mongodb.util.JSONParseException:
{'regId': ?0, 'data': {$elemMatch: {'$OR': [{'sampleStep' : "1000000000"}, {'sampleStep' : {$gt: "1000000000"}, raw: true}]}}, 'ts': true, 'regId': true}
は誰もがここで間違っているものを私に伝えることができます。 ありがとうございます。