Commit 1f83326d by Administrator

Update techhero-project-track-local.yml

parent 33334804
#数据源
rdsdatasource:
type: com.alibaba.druid.pool.DruidDataSource
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
......@@ -131,5 +131,8 @@ template:
download:
smartLabelTemplatePath: /Users/cnnoter/Data/TempData/smartLabelTemplate.xlsx
handTerminalTemplatePath: /Users/cnnoter/Data/TempData/handTerminalTemplate.xlsx
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