|
@@ -235,6 +235,6 @@ public interface ArchivesAutoMapper extends BaseMapper<ArchivesAuto> {
|
|
|
void deleteIsElementFileByProjectId(@Param("projectId") Long projectId);
|
|
|
|
|
|
void deleteIsElementFileByNode(@Param("projectId") Long projectId,@Param("ancestors") String ancestors,@Param("nodeId") String nodeId);
|
|
|
- List<ArchivesAutoVO5> selectArchivesAutoFileFormDownload(@Param("projectId") Long projectId, @Param("contractId") Long contractId, @Param("ids") List<String> ids);
|
|
|
+ List<ArchivesAutoVO5> selectArchivesAutoFileFormDownload(@Param("projectId") Long projectId, @Param("ids") List<String> ids);
|
|
|
|
|
|
}
|