zhaowenxuan
2024-12-02 b98bda282397df60077efbe4c1ad35a44bdfffb9
ltkj-admin/src/main/java/com/ltkj/web/controller/system/TjNewFlowingWaterController.java
@@ -64,6 +64,15 @@
    }
    @GetMapping("/getNewDateList")
    @ApiOperation(value = "获取服务器当时间段")
    public AjaxResult getNewDateList() {
        Date date = DateUtil.parse(DateUtil.format(DateUtil.date(),"yyyy-MM-dd"),"yyyy-MM-dd");
        return AjaxResult.success(date);
    }
    @GetMapping("/getFlowingWaterList")
@@ -132,7 +141,7 @@
        if (null != project) {
            return AjaxResult.success(project.getProPrice());
        }
        return AjaxResult.error("没找到对应项目 请自定义费用");
        return AjaxResult.success("没找到对应项目 请自定义费用");
    }