From 8125c4dd55965689a3da0f5016260794523bb935 Mon Sep 17 00:00:00 2001 From: 沈斌 <bluelazysb@hotmail.com> Date: Fri, 30 Dec 2016 23:14:21 +0800 Subject: [PATCH] 环境数服务端后台PM2.5阙值的动态取得 --- server.js | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/server.js b/server.js index 921b518..ccbe491 100644 --- a/server.js +++ b/server.js @@ -41,7 +41,6 @@ if(value.startsWith('5a0000010003')) { var output = [ 0x6A, 0x00, 0x00, 0x01, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x6B ]; method.insertData(db, value, function(data, rank) { - //method.insertDocument2(db, value, rank, function(data) {}); var fields = method.padLeft(rank.toString(16), 8).match(/.{2}/g); output[6] = method.toDec(fields[0]); output[7] = method.toDec(fields[1]); -- Gitblit v1.8.0