Pu Zhibing
2025-03-14 3c66b754ee314ae87d0f2eda2fa86a30ea2304e7
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);
}