|
|
@ -123,7 +123,10 @@ async function getNvrSteam (ctx) { |
|
|
|
}, |
|
|
|
include: [{ |
|
|
|
model: models.CameraRemark, |
|
|
|
attributes: ['remark'] |
|
|
|
attributes: ['remark'], |
|
|
|
order: [ |
|
|
|
['id', 'DESC'] |
|
|
|
], |
|
|
|
}], |
|
|
|
}) |
|
|
|
|
|
|
@ -424,7 +427,10 @@ async function getCascadeSteam (ctx) { |
|
|
|
}, |
|
|
|
include: [{ |
|
|
|
model: models.CameraRemark, |
|
|
|
attributes: ['remark'] |
|
|
|
attributes: ['remark'], |
|
|
|
order: [ |
|
|
|
['id', 'DESC'] |
|
|
|
], |
|
|
|
}], |
|
|
|
}) |
|
|
|
|
|
|
|