ruoyi-service/ruoyi-dataInterchange/src/main/java/com/ruoyi/dataInterchange/dao/UPWarnMsgAdptInfoDao.java
@@ -11,7 +11,7 @@ * @Date 2025/3/7 19:30 */ @Repository public interface UPWarnMsgAdptInfoDao extends ElasticsearchRepository<UPWarnMsgAdptInfo, Long> { public interface UPWarnMsgAdptInfoDao extends ElasticsearchRepository<UPWarnMsgAdptInfo, String> { /** @@ -20,5 +20,6 @@ * @param result * @return */ List<UPWarnMsgAdptInfo> findByResultIs(int result); List<UPWarnMsgAdptInfo> findByResultIsAndPushTimeBefore(int result, long pushTime); }