From 88ea54cb6460f1ff3c762c9f477f89329f5c5986 Mon Sep 17 00:00:00 2001 From: zhouxiantao <1026371446@qq.com> Date: Fri, 25 Oct 2024 16:12:46 +0800 Subject: [PATCH] fix:解纷态势-根据最新原型设计重新计算本级数量 --- dyh-service/dyh-mediate/src/main/java/cn/huge/module/cases/controller/web/CaseInfoWebController.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dyh-service/dyh-mediate/src/main/java/cn/huge/module/cases/controller/web/CaseInfoWebController.java b/dyh-service/dyh-mediate/src/main/java/cn/huge/module/cases/controller/web/CaseInfoWebController.java index cd83e92..31d3000 100644 --- a/dyh-service/dyh-mediate/src/main/java/cn/huge/module/cases/controller/web/CaseInfoWebController.java +++ b/dyh-service/dyh-mediate/src/main/java/cn/huge/module/cases/controller/web/CaseInfoWebController.java @@ -733,9 +733,9 @@ * @CurrentUser String userId */ @GetMapping("/statistics") - public Object statistics() { + public Object statistics(@CurrentUser String userId) { try { - String userId = "2409190725411031"; +// String userId = "2409240631181052"; Map<String, Object> terms = getParameterAll(); return ReturnSucUtils.getRepInfo( "处理成功", service.statistics(terms,userId)); } catch (Exception e) { -- Gitblit v1.8.0