From a7578d20defde7eaa10aab22308009fd3c0bc053 Mon Sep 17 00:00:00 2001 From: guo Date: Mon, 26 Feb 2024 16:26:21 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/zhgd/xmgl/modules/rt/controller/RtToolController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/zhgd/xmgl/modules/rt/controller/RtToolController.java b/src/main/java/com/zhgd/xmgl/modules/rt/controller/RtToolController.java index e4998102d..72d43f4cd 100644 --- a/src/main/java/com/zhgd/xmgl/modules/rt/controller/RtToolController.java +++ b/src/main/java/com/zhgd/xmgl/modules/rt/controller/RtToolController.java @@ -156,7 +156,7 @@ public class RtToolController { @ApiOperation(value = "统计榕图-工器具信息动态", notes = "统计榕图-工器具信息动态", httpMethod = "POST") @ApiImplicitParams({ @ApiImplicitParam(name = "projectSn", value = "项目sn", paramType = "body", required = true, dataType = "String"), - @ApiImplicitParam(name = "type", value = "1过期7天", paramType = "body", required = true, dataType = "String"), + @ApiImplicitParam(name = "type", value = "1过去7天", paramType = "body", required = true, dataType = "String"), }) @PostMapping(value = "/countRtToolTrend") public Result countRtToolTrend(@ApiIgnore @RequestBody HashMap paramMap) {