@ -187,6 +187,12 @@ async function getCamera (ctx) {
model: models.GbCamera,
attributes: ['id', 'online', 'playUrl'],
required: false
}, {
model: models.CameraRemark,
attributes: ['remark'],
order: [
['id', 'DESC']
],
}]
})