Lloyd 4 anni fa
parent
commit
e943c33083

+ 1 - 0
src/main/java/com/gct/tools/etlcamelhuge/routeconfig/CamelJDBCConfiguration.java

@@ -326,6 +326,7 @@ public class CamelJDBCConfiguration /*extends RouteBuilder */ {
326 326
                                 row.put("org_parent", orgIDs.get(orgs[0] + "@" + orgs[1]).toString());
327 327
                                 break;
328 328
                         }
329
+                        rows.add(row);
329 330
                     }
330 331
                     return rows;
331 332
                 })