|
@@ -145,7 +145,7 @@ public class GasCommonController {
|
|
|
|
|
|
@GetMapping("/queryDeviceList")
|
|
|
@ApiOperation("获取所有设备数据")
|
|
|
- @Log(title = "获取所有设备数据")
|
|
|
+// @Log(title = "获取所有设备数据")
|
|
|
public AjaxResult queryDeviceList(@RequestParam(required = false) String monitor) {
|
|
|
if (redisCache.hasKey(CacheConstants.DEVICE_LIST_STATIC)) {
|
|
|
Map<String, Object> cacheMap = redisCache.getCacheMap(CacheConstants.DEVICE_LIST_STATIC);
|
|
@@ -333,7 +333,7 @@ public class GasCommonController {
|
|
|
|
|
|
@GetMapping("/queryRdsShipList")
|
|
|
@ApiOperation("获取redis中所有正常船舶数据-用于地图展示船舶")
|
|
|
- @Log(title = "获取redis中所有正常船舶数据-用于地图展示船舶")
|
|
|
+// @Log(title = "获取redis中所有正常船舶数据-用于地图展示船舶")
|
|
|
public AjaxResult queryRedisShipList(@RequestParam(required = false) Double areaLatitude1,
|
|
|
@RequestParam(required = false) Double areaLatitude2,
|
|
|
@RequestParam(required = false) Double areaLongitude1,
|
|
@@ -474,7 +474,6 @@ public class GasCommonController {
|
|
|
|
|
|
@GetMapping("/queryData")
|
|
|
@ApiOperation("查询ES数据")
|
|
|
- @Log(title = "查询ES数据")
|
|
|
public Object queryData(@RequestParam(required = false) String id, @RequestParam(required = false) Integer size, @RequestParam(required = false) String orderKey, @RequestParam String... index) {
|
|
|
if (size == null) {
|
|
|
size = 200;
|