fei
5 天以前 2d59c3e55978bd93741dae7a8ff21cf63b9ecf25
archiveManager/src/main/java/com/ruoyi/service/IArchiveRecordsService.java
@@ -92,11 +92,13 @@
    List<AnalysisResult> statisticAya();
    public int updateArchiveById(String status, Long id);
    public int updateArchiveById(String status, Long id, String operator);
    public int updateStatusByIds(Long [] ids);
    public List<ArchiveRecordSmall> findByIds(ArchiveRecords archiveRecords);
    AjaxResult mySave(ArchiveRecords archiveRecords);
    boolean whether(@Param("recordId") Long recordId);