|
|
@@ -191,7 +191,7 @@ public class CamelJDBCConfiguration {
|
|
191
|
191
|
.setBody(simple("update centralbase.sys_access_well_control set well_common_name='${body[well_common_name]}'," +
|
|
192
|
192
|
"org_id='${body[org_id]}',update_time = '${body[updateTime]}'::timestamp,sgt_last_time='${body[updateTime]}', " +
|
|
193
|
193
|
"remarks ='${body[remarks]}' ,error_id ='${body[error_id]}' " +
|
|
194
|
|
- "where well_id ='${body[well_id]} and " +
|
|
|
194
|
+ "where well_id ='${body[well_id]}' and " +
|
|
195
|
195
|
"(sgt_last_time is null or sgt_last_time<'${body[yesterday]}'::timestamp)"))
|
|
196
|
196
|
.to("jdbc:centralbase")
|
|
197
|
197
|
.end();
|