| | |
| | | |
| | | public List<DocumentMaterialsVoLarge> selectDocumentMaterialsAllByRecordId(Long id); |
| | | |
| | | |
| | | public List<DocumentMaterials> SelectAllRecordsByPageNumbersToList(Long recordId, Long maxPageNumber); |
| | | public List<DocumentMaterialsFileList> selectDocumentMaterialsFileList(Long id); |
| | | /** |
| | | * 新增【请填写功能名称】 |
| | |
| | | public int deleteDocumentMaterialsByMaterialId(String materialId); |
| | | public Long getFiNum(Long pageNumber, Long recordId); |
| | | public int updateByPageNumber(Long pageNumber,String sizeType, Long fileNumber, int wid, int hei, int wdpi, int hdpi, double sz,String url,String format, Long recordId); |
| | | public List<DocumentMaterialsVo> findArchMInfo(String recordId); |
| | | public List<DocumentMaterialsVo> findArchMInfo(String recordId, long pageCount); |
| | | |
| | | |
| | | public List<DocumentMaterialFileStyle> findFileStyleInfo(@Param("recordId") int recordId); |
| | |
| | | |
| | | //拿到对应的案卷材料个数 |
| | | public int getFileCount(Integer recordId); |
| | | |
| | | //根据页号添加中间记录 |
| | | public AjaxResult addMiddleRecordsByPageNumbers(Long recordId, Long maxPageNumber); |
| | | |
| | | //判断是否已经上传了的附件 |
| | | public Boolean judgeInfo(int recordId); |
| | | |
| | | } |