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