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) {