From 5985a3693d4d902455b9fd46b052362417b044d7 Mon Sep 17 00:00:00 2001 From: wu <731351411@qq.com> Date: 星期五, 16 八月 2024 16:32:09 +0800 Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/HangZhouMes --- hangzhoumesParent/moduleService/CacheGlassModule/src/test/java/com/mes/CacheGlassModuleApplicationTest.java | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/hangzhoumesParent/moduleService/CacheGlassModule/src/test/java/com/mes/CacheGlassModuleApplicationTest.java b/hangzhoumesParent/moduleService/CacheGlassModule/src/test/java/com/mes/CacheGlassModuleApplicationTest.java index 19a87ce..8907e28 100644 --- a/hangzhoumesParent/moduleService/CacheGlassModule/src/test/java/com/mes/CacheGlassModuleApplicationTest.java +++ b/hangzhoumesParent/moduleService/CacheGlassModule/src/test/java/com/mes/CacheGlassModuleApplicationTest.java @@ -137,13 +137,19 @@ } @Test + public void testEngineerCutTerritory() { + List<List<Map<String, Object>>> map = edgStorageCageDetailsService.selectCurrentCutTerritory("P24051806"); + log.info("鍒囧壊宸ョ▼鐗堝浘淇℃伅锛歿}", Arrays.asList(map)); + } + + @Test public void testidentWorn() { Map<String, String> arguments=new HashMap<>(); arguments.put("glassId","P24060403|3|6");//鐜荤拑ID arguments.put("controlsId","300"); //鎷胯蛋锛�200/鐮存崯锛�201 arguments.put("line","2001"); //绾胯矾锛� arguments.put("machine","鍐峰姞宸�"); //璁惧鍚嶇О锛� - edgStorageCageDetailsService.identWorn(arguments); +// edgStorageCageDetailsService.identWorn(arguments); log.info("璇嗗埆鍙般�愮牬鎹�/鎷胯蛋銆戯細{}", 1); } -- Gitblit v1.8.0