From ee0b879d962bd7ba4cf45f26944c8a91d53d5712 Mon Sep 17 00:00:00 2001 From: wu <731351411@qq.com> Date: 星期一, 12 八月 2024 16:16:45 +0800 Subject: [PATCH] 更改磨边数据推送表格和逻辑 --- hangzhoumesParent/moduleService/CacheGlassModule/src/main/java/com/mes/taskcache/controller/TaskCacheController.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hangzhoumesParent/moduleService/CacheGlassModule/src/main/java/com/mes/taskcache/controller/TaskCacheController.java b/hangzhoumesParent/moduleService/CacheGlassModule/src/main/java/com/mes/taskcache/controller/TaskCacheController.java index 8122b36..99a18f1 100644 --- a/hangzhoumesParent/moduleService/CacheGlassModule/src/main/java/com/mes/taskcache/controller/TaskCacheController.java +++ b/hangzhoumesParent/moduleService/CacheGlassModule/src/main/java/com/mes/taskcache/controller/TaskCacheController.java @@ -41,7 +41,7 @@ @ResponseBody public Result cutTerritory(String current) { //engineerId=current; - List<Map<String, Object>> h = edgStorageCageDetailsService.selectCurrentCutTerritory(current); + List<List<Map<String, Object>>> h = edgStorageCageDetailsService.selectCurrentCutTerritory(current); return Result.build(200,"鎴愬姛",h); } @ApiOperation("璇嗗埆鏄剧ず 褰撳墠鐗堝浘 鍙傛暟()") -- Gitblit v1.8.0