Selaa lähdekoodia

newest version

xsr 1 vuosi sitten
vanhempi
commit
bfb947ff9d

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

@@ -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();

+ 2 - 2
src/main/resources/application.yml

@@ -4,8 +4,8 @@ camel:
4 4
 # 日志打印级别
5 5
 logging:
6 6
   level:
7
-    root: debug
8
-    com.gct.tools.etlcamelhuge.routeconfig: debug
7
+    root: info
8
+    com.gct.tools.etlcamelhuge.routeconfig: info
9 9
 spring:
10 10
   ## 数据库配置
11 11
   datasource: