Browse Source

Merge branch 'dev_trial' of https://gitea.anxinyun.cn/free-sun/FS-IOT into dev_trial

dev_trial
wenlele 2 years ago
parent
commit
1f0f9ead93
  1. 2
      code/VideoAccess-VCMP/api/app/lib/schedule/freshYingshiMsg.js

2
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)
}

Loading…
Cancel
Save