| | |
| | | @ResponseBody |
| | | @LogSave(operationType = "油烟模块", contain = "监测报警统计&运维情况报表") |
| | | public CommonResult<String> getDetectorDailyStatsDocument(@RequestParam(value = "field", required = false) String field, |
| | | @RequestParam(value = "mn", required = false) String mn) { |
| | | OdsLocaleDocument odsLocaleDocument = documentService.getByLocaleId(mn); |
| | | @RequestParam(value = "localeId", required = false) String localeId) { |
| | | OdsLocaleDocument odsLocaleDocument = documentService.getByLocaleId(localeId); |
| | | String value = getFieldValueByFieldName(field, odsLocaleDocument); |
| | | return CommonResult.success(value); |
| | | } |