Project

General

Profile

« Previous | Next » 

Revision 2a2eb365

Added by Andreas Müller over 4 years ago

ref #1444 replace tu_acctaxon by tu_accfinal

View differences:

cdm-pesi/src/main/java/eu/etaxonomy/cdm/io/pesi/erms/validation/ErmsSourceUsesImportValidator.java
40 40
		try {
41 41
			boolean result = true;
42 42
			Source source = bmiConfig.getSource();
43
			String strSQL = " SELECT tu_sources.sourceuse_id, sourceuses.sourceuse_name, tu.tu_acctaxon, tu.tu_parent, tu.id, tu.tu_name, " +
43
			String strSQL = " SELECT tu_sources.sourceuse_id, sourceuses.sourceuse_name, tu.tu_accfinal, tu.tu_parent, tu.id, tu.tu_name, " +
44 44
						" tu.tu_authority, tu.tu_displayname, status.status_name "  +
45 45
				" FROM  tu_sources " +
46 46
					" INNER JOIN sourceuses ON tu_sources.sourceuse_id = sourceuses.sourceuse_id " +
......
54 54
				i++;
55 55
				if (firstRow){
56 56
					System.out.println("========================================================");
57
					logger.warn("There are source uses of typ 'source of synonymy' having equal 'id' and 'tu_acctaxon'");
57
					logger.warn("There are source uses of typ 'source of synonymy' having equal 'id' and 'tu_accfinal'");
58 58
					System.out.println("========================================================");
59 59
				}
60 60
				int id = rs.getInt("id");

Also available in: Unified diff