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 " +