From 0e8eab15ba3e2d12f30b6042442b2dc83cf104c0 Mon Sep 17 00:00:00 2001 From: "gao.zhiyuan" Date: Thu, 8 Dec 2022 15:26:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=B8=8B=E7=BA=BF=E8=AE=B0=E5=BD=95?= =?UTF-8?q?=20=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/VideoAccess-VCMP/api/app/lib/schedule/freshYingshiMsg.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/VideoAccess-VCMP/api/app/lib/schedule/freshYingshiMsg.js b/code/VideoAccess-VCMP/api/app/lib/schedule/freshYingshiMsg.js index ccf2fb9..0e4726e 100644 --- a/code/VideoAccess-VCMP/api/app/lib/schedule/freshYingshiMsg.js +++ b/code/VideoAccess-VCMP/api/app/lib/schedule/freshYingshiMsg.js @@ -105,7 +105,7 @@ module.exports = function (app, opts) { time: nowTime } }) - console.log('上下线记录', bulkCreateData); + // console.log('上下线记录', bulkCreateData); if (bulkCreateData.length) { await models.CameraStatusOfflineLog.bulkCreate(bulkCreateData) }