Commit 79ed9599 authored by huangjiamin's avatar huangjiamin

失败处理

parent 0964a9e2
...@@ -80,4 +80,6 @@ public interface IpResourceRepository extends MongoRepository<IpResource, String ...@@ -80,4 +80,6 @@ public interface IpResourceRepository extends MongoRepository<IpResource, String
* @return list * @return list
*/ */
List<IpResource> findByStatusInAndIsDeletedAndIsLocked(List<Integer> status, boolean isDeleted, boolean isLocked); List<IpResource> findByStatusInAndIsDeletedAndIsLocked(List<Integer> status, boolean isDeleted, boolean isLocked);
List<IpResource> findByValidTimeLessThanAndIsDeleted(long toEpochMilli, boolean b);
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment