Commit 748b9254 by Administrator

Update techhero-project-track-predev.yml

parent 6cae1a44
#数据源
rdsdatasource:
type: com.alibaba.druid.pool.DruidDataSource
url: jdbc:oracle:thin:@119.96.85.104:1521:orcl
url: jdbc:oracle:thin:@119.96.87.17:1521:orcl
#url: jdbc:oracle:thin:@119.96.85.104:1521:orcl
username: SJGZV1
password: SJGZV1
driver-class-name: oracle.jdbc.OracleDriver
......@@ -135,4 +136,3 @@ template:
getByTerNoAndPlanCode: SELECT * FROM TB_GPS WHERE "terminalNumber" = {0} AND "planCode" = {1} AND "terminalType" = {2} ORDER BY "time" DESC LIMIT 1
selevtTerminalHistory: SELECT * FROM TB_GPS WHERE "terminalNumber" = {0} AND "planCode" = {1} AND "terminalType" = {2} ORDER BY "time" ASC LIMIT 1000
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment