test
This commit is contained in:
@@ -46,6 +46,9 @@ public class MySQLExecutor {
|
|||||||
} else {
|
} else {
|
||||||
row.put(columnName, columnValue);
|
row.put(columnName, columnValue);
|
||||||
}
|
}
|
||||||
|
if (columnName.equalsIgnoreCase("retry")) {
|
||||||
|
row.put("retryType", columnType);
|
||||||
|
}
|
||||||
if (i == 1) {
|
if (i == 1) {
|
||||||
columnNameList.add(columnName);
|
columnNameList.add(columnName);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user