gxt 3 anni fa
parent
commit
e12822f276

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

@@ -156,6 +156,7 @@ public class CamelJDBCCofRealTimeConfiguration  {
156 156
                                 "where NOT EXISTS (SELECT * FROM centralbase.cb_temp_well_mech_runtime WHERE well_id = '${body[well_name]}' and  prod_date = '${body[dyna_create_time]}' )"))
157 157
                         .to("jdbc:centralbase")
158 158
                         .setBody(simple("update centralbase.sys_access_well_control set sgt_last_time = '${header.sgt_last_time}' "))
159
+                        .to("jdbc:centralbase")
159 160
                         .end();
160 161
 
161 162
                from("timer:mytimer-update-avg-mech_daily?period=3600000")