Browse Source

优化推送逻辑

release_1.1.2
巴林闲侠 2 years ago
parent
commit
fbc1c40703
  1. 2
      code/VideoAccess-VCMP/api/app/lib/schedule/freshYingshiMsg.js

2
code/VideoAccess-VCMP/api/app/lib/schedule/freshYingshiMsg.js

@ -10,7 +10,7 @@ module.exports = function (app, opts) {
proRun: true, proRun: true,
}, },
async () => { async () => {
console.log('萤石状态查询 ', moment().format('YYYY-MM-DD HH:mm:ss'));
try { try {
const startTime = moment() const startTime = moment()
const { models } = app.fs.dc const { models } = app.fs.dc

Loading…
Cancel
Save