|
@@ -138,6 +138,8 @@ public interface ArchivesAutoMapper extends BaseMapper<ArchivesAuto> {
|
|
|
|
|
|
Integer splitFiles(@Param("ids") List<Long> ids);
|
|
Integer splitFiles(@Param("ids") List<Long> ids);
|
|
|
|
|
|
|
|
+ Integer removeFilesByArchiveIds(@Param("ids") List<Long> ids);
|
|
|
|
+
|
|
List<DictBiz> getCarrierTypeByDict();
|
|
List<DictBiz> getCarrierTypeByDict();
|
|
|
|
|
|
void batchDestroyByIds(@Param("ids")List<String> ids,@Param("userId") Long userId);
|
|
void batchDestroyByIds(@Param("ids")List<String> ids,@Param("userId") Long userId);
|
|
@@ -186,6 +188,8 @@ public interface ArchivesAutoMapper extends BaseMapper<ArchivesAuto> {
|
|
IPage<ArchiveInspectVO> getNodeArchives2(IPage<ArchiveInspectVO> page,@Param("id") Long nodeId,@Param("projectId") Long projectId,@Param("searchType") Integer searchType,@Param("searchValue") String searchValue,@Param("userId") Long userId,@Param("conclusionId") Long conclusionId);
|
|
IPage<ArchiveInspectVO> getNodeArchives2(IPage<ArchiveInspectVO> page,@Param("id") Long nodeId,@Param("projectId") Long projectId,@Param("searchType") Integer searchType,@Param("searchValue") String searchValue,@Param("userId") Long userId,@Param("conclusionId") Long conclusionId);
|
|
|
|
|
|
List<ArchivesAuto> getNodeAllArchive(@Param("ids") List<Long> ids);
|
|
List<ArchivesAuto> getNodeAllArchive(@Param("ids") List<Long> ids);
|
|
|
|
+ List<ArchivesAuto> getArchiveIdsByNodes(@Param("ids") List<Long> ids);
|
|
|
|
+
|
|
|
|
|
|
Integer getUserArchiveTotal(@Param("projectId") Long projectId,@Param("userId") Long userId);
|
|
Integer getUserArchiveTotal(@Param("projectId") Long projectId,@Param("userId") Long userId);
|
|
|
|
|