|
@@ -529,11 +529,10 @@ public class DataUtil {
|
|
|
System.err.println("No matching clientId found in clientMap for: " + responseClientId);
|
|
|
}
|
|
|
}
|
|
|
+ insertRecord(db, tableName, idMap);
|
|
|
} else {
|
|
|
System.err.println("API call failed: " + resultJson.get("msg").getAsString());
|
|
|
}
|
|
|
-
|
|
|
- insertRecord(db, tableName, idMap);
|
|
|
return idMap;
|
|
|
}
|
|
|
|