Querying mongodb with long values from spring boot

前端 未结 0 1928
傲寒
傲寒 2020-11-28 21:09

Trying to fetch all the documents that are 20 days old from mongo db

@Query("{\'$expr\': {\'$gte\': [{\'$subtract\': [?1, \'$createdAt\']}, ?0]}}")
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题