forked from gzzfw/backEnd/gz-dyh

zhouxiantao
2024-10-21 5e1aa7b9e87b3a913718f2284817b7e7025eb5f4
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 = "2409190725411031";
            Map<String, Object> terms = getParameterAll();
            return ReturnSucUtils.getRepInfo( "处理成功", service.statistics(terms,userId));
        } catch (Exception e) {