wangyue 2 years ago
parent
commit
fd6a2fe796
  1. 5
      api/app/lib/controllers/overview/management.js

5
api/app/lib/controllers/overview/management.js

@ -19,7 +19,10 @@ async function overSpeedList (ctx) {
const overSpeedProcessedCount = await models.Overspeed.count({
where: {
processingTime: { $ne: null }
$and: [
{ processingTime: { $ne: null } },
{ processingTime: { $ne: '' } }
]
}
})

Loading…
Cancel
Save