Commit 140d8e91 authored by 刘林's avatar 刘林

fix:(大屏):设备数据分析接口修改

parent ee57942e
...@@ -525,7 +525,6 @@ public class ComprehensiveStatisticalAnalysisController extends BaseController { ...@@ -525,7 +525,6 @@ public class ComprehensiveStatisticalAnalysisController extends BaseController {
* 获取es和数据库中设备数据差异V2 * 获取es和数据库中设备数据差异V2
* @return Object * @return Object
*/ */
@TycloudOperation(ApiLevel = UserType.AGENCY, needAuth = false)
@GetMapping(value = "/getDataDifferenceV2") @GetMapping(value = "/getDataDifferenceV2")
@ApiOperation(httpMethod = "GET", value = "获取es和数据库数据差异V2", notes = "获取es和数据库数据差异V2") @ApiOperation(httpMethod = "GET", value = "获取es和数据库数据差异V2", notes = "获取es和数据库数据差异V2")
public ResponseModel<Object> getDataDifferenceV2() { public ResponseModel<Object> getDataDifferenceV2() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment