@ -265,6 +265,7 @@ async function getCameraListAll (ctx) {
const cameraRes = await models.Camera.findAll({
attributes: { exclude: ['delete', 'recycleTime', 'rtmp', 'createUserId', 'nvrId', 'kindId', 'yingshiSecretId', 'gbId'] },
order: [['id', 'DESC']],
where: {
delete: false,
recycleTime: null,