|
|
@ -28,9 +28,9 @@ module.exports = function (app, opts) { |
|
|
|
const { pushBySms, pushByEmail, sendNoticeToWeb } = app.fs.utils |
|
|
|
const curMinOfYear = moment().diff(moment().startOf('year'), 'minutes') |
|
|
|
|
|
|
|
const pLog = (msg1, msg2) => { |
|
|
|
const pLog = (...msg) => { |
|
|
|
if (proDebug) { |
|
|
|
console.log(msg1, msg2) |
|
|
|
console.log(msg) |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
@ -105,7 +105,7 @@ module.exports = function (app, opts) { |
|
|
|
pLog(`curMinOfYear / ${curMinOfYear}`) |
|
|
|
for (let { dataValues: c } of configListRes) { |
|
|
|
|
|
|
|
if (isDev && c.id != 95) { |
|
|
|
if (isDev && c.id != 86) { |
|
|
|
continue |
|
|
|
} |
|
|
|
|
|
|
|