@ -6,6 +6,7 @@ async function getPatrolTemplate (ctx, next) {
const { userId } = ctx.fs.api
const { limit, page, id } = ctx.query;
let options = {
where: {},
order: [['id', 'desc']],
include: [{
required: true,