1.对于时间,在java中不能模糊查询
@Query(value = "{‘create_time‘: {‘$gte‘: ?0},‘ent_id‘:?1}")
Page<StuWrittenScoreRequestLog> findByCreateTimeLikeAndEntIdLike(Date createTime,Long entId,Pageable pageable);
Date类型和Long类型。
标签:mongo time like log mon ike pre written color
1.对于时间,在java中不能模糊查询
@Query(value = "{‘create_time‘: {‘$gte‘: ?0},‘ent_id‘:?1}")
Page<StuWrittenScoreRequestLog> findByCreateTimeLikeAndEntIdLike(Date createTime,Long entId,Pageable pageable);
Date类型和Long类型。
标签:mongo time like log mon ike pre written color
原文地址:https://www.cnblogs.com/miaoww/p/8677095.html