Pu Zhibing
2025-03-17 b68ac80de1daf22142886af16d36479259106065
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);
}