liujiangyong
2 years ago
4 changed files with 2 additions and 2 deletions
@ -1,6 +1,6 @@ |
|||
'use strict'; |
|||
|
|||
const patrolPlan = require('../../controllers/patrolPlan/patrolPlan'); |
|||
const patrolPlan = require('../../controllers/patrolManage/patrolPlan'); |
|||
|
|||
module.exports = function (app, router, opts) { |
|||
app.fs.api.logAttr['GET/patrolPlan'] = { content: '获取巡检计划', visible: false }; |
@ -1,5 +1,5 @@ |
|||
'use strict'; |
|||
const patrolRecord = require('../../controllers/patrolRecord/patrolRecord'); |
|||
const patrolRecord = require('../../controllers/patrolManage/patrolRecord'); |
|||
|
|||
module.exports = function (app, router, opts) { |
|||
app.fs.api.logAttr['GET/patrolRecord/:patrolPlanId/:startTime/:endTime/:alarm/:pointId'] = { content: '获取巡检记录', visible: true }; |
Loading…
Reference in new issue