Project

General

Profile

« Previous | Next » 

Revision d6ad43ba

Added by Andreas Müller about 11 years ago

latest AlgaTerra import updates

View differences:

app-import/src/main/java/eu/etaxonomy/cdm/io/algaterra/AlgaTerraTypeImagesImport.java
71 71
	protected String getRecordQuery(BerlinModelImportConfigurator config) {
72 72
			String strQuery =    
73 73
					
74
			" SELECT sf.*, sf.SpecimenFigurePhrase as FigurePhrase, sf.SpecimenFigure as fileName" +
74
			" SELECT sf.*, sf.SpecimenFigurePhrase as FigurePhrase, sf.SpecimenFigure as fileName, sf.PicturePath as filePath" +
75 75
            " FROM SpecimenFigure sf  " 
76 76
     	+ 	" WHERE (sf.SpecimenFigureId IN (" + ID_LIST_TOKEN + ")  )"  
77 77
     	+ " ORDER BY TypeSpecimenFk ";

Also available in: Unified diff