@ -218,6 +218,7 @@ async function findSensorLastData (ctx) {
ctx.status = 200;
ctx.body = rslt;
} catch (error) {
ctx.fs.logger.error(`path: ${ctx.path}, error: ${error}`)
ctx.status = 400;
ctx.body = {
"name": "FindError",