@ -12,7 +12,7 @@ async function getCameraProject (ctx, next) {
let findOption = {
attributes: { exclude: ['delete', 'recycleTime',] },
where: {
createUserId: userId,
// createUserId: userId,
recycleTime: null,
delete: false
},