Commit 2d821465 by Administrator

Update techhero-project-track-test.yml

parent a219cad8
......@@ -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