ruoyi-service/ruoyi-dataInterchange/src/main/java/com/ruoyi/dataInterchange/dao/UPWarnMsgAdptInfoDao.java
@@ -20,5 +20,6 @@ * @param result * @return */ List<UPWarnMsgAdptInfo> findByResultIs(int result); List<UPWarnMsgAdptInfo> findByResultIsAndPushTimeBefore(int result, long pushTime); }