ruoyi-service/ruoyi-dataInterchange/src/main/java/com/ruoyi/dataInterchange/dao/UPWarnMsgAdptInfoDao.java
@@ -22,4 +22,13 @@ */ List<UPWarnMsgAdptInfo> findByResultIsAndPushTimeBefore(int result, long pushTime); /** * 查询大于给定时间的所有数据 * * @param createTime * @return */ List<UPWarnMsgAdptInfo> findByCreateTimeAfter(Long createTime); }