fei
2025-10-12 25d0b36cc39f51c7b03f28f30cfc6ed5a10769d3
archiveManager/src/main/java/com/ruoyi/mapper/DocumentMaterialsMapper.java
@@ -50,7 +50,7 @@
            "            is_canceled, format, size_type, horizontal_resolution, vertical_resolution, width,\n" +
            "            height, file_size, attachment_history_numbers,url, dm.remarks\n" +
            "            from document_materials as dm, archive_records as ar WHERE dm.record_id=ar.id \n" +
            "and dm.record_id=#{recordId}")
            "and dm.record_id=#{recordId} and file_style!='其它材料' ")
    List<DocumentMaterialsVoLarge> getDocumentMaterialsvoLarge(@Param("recordId") int recordId);
    @Select("select count(*) as cnt, file_style from document_materials " +