From 549f10ba314e3e9270ef8c7d52862ccf31ded8a2 Mon Sep 17 00:00:00 2001 From: liurunyu <lry9898@163.com> Date: 星期二, 22 十月 2024 15:12:23 +0800 Subject: [PATCH] Fm中增加分析hash值集合功能方法 --- pipIrr-platform/pipIrr-web/pipIrr-web-file/src/main/java/com/dy/pipIrrWebFile/fm/FmCtrl.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pipIrr-platform/pipIrr-web/pipIrr-web-file/src/main/java/com/dy/pipIrrWebFile/fm/FmCtrl.java b/pipIrr-platform/pipIrr-web/pipIrr-web-file/src/main/java/com/dy/pipIrrWebFile/fm/FmCtrl.java index 10f9476..4e22515 100644 --- a/pipIrr-platform/pipIrr-web/pipIrr-web-file/src/main/java/com/dy/pipIrrWebFile/fm/FmCtrl.java +++ b/pipIrr-platform/pipIrr-web/pipIrr-web-file/src/main/java/com/dy/pipIrrWebFile/fm/FmCtrl.java @@ -134,8 +134,8 @@ * @param hashCodes * @return 鏂囦欢鏈嶅姟鍣ㄥ睘鎬у璞¢泦鍚� */ - @PostMapping(path = "parseHashcode") - public List<FileRestVo> parseHashcode(List<Integer> hashCodes){ + @PostMapping(path = "parseHashcodes") + public List<FileRestVo> parseHashcodes(List<Integer> hashCodes){ List<FileRestVo> reList = new ArrayList<>() ; if(hashCodes != null && hashCodes.size() > 0){ for(Integer hashCode : hashCodes){ -- Gitblit v1.8.0