Pu Zhibing
2025-03-21 cab404b1a79927964a546a118cf4c171fa0bbfdf
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);
}