Browse Source

add a statement

Lloyd 4 years ago
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
                                 row.put("org_parent", orgIDs.get(orgs[0] + "@" + orgs[1]).toString());
326
                                 row.put("org_parent", orgIDs.get(orgs[0] + "@" + orgs[1]).toString());
327
                                 break;
327
                                 break;
328
                         }
328
                         }
329
+                        rows.add(row);
329
                     }
330
                     }
330
                     return rows;
331
                     return rows;
331
                 })
332
                 })