| | |
| | | private DeviceOperationLogService deviceOperationLogService; |
| | | |
| | | @GetMapping(value = "/getLogList") |
| | | public ResponseVO<Object> getLogList(BaseConditionVO baseConditionVO, @RequestParam String poleCode, @RequestParam String operation) { |
| | | public ResponseVO<Object> getLogList(BaseConditionVO baseConditionVO |
| | | , @RequestParam(value = "poleCode", required = false) String poleCode |
| | | , @RequestParam(value = "operation", required = false) String operation) { |
| | | if (!permissionConfig.check(MenuEnum.LOG_RECORD.getCode())) { |
| | | return ResponseUtil.fail("缺少对应用户权限"); |
| | | } |