@ -33,10 +33,8 @@ async function getCameraProject (ctx, next) {
attributes: ['token']
}, {
model: models.CameraRemark,
attributes: ['remark'],
attributes: ['id', 'remark'],
order: [
order: ['id']
['id', 'DESC']
],
}],
distinct: true
}