From c27b939fa5fa6ce4d712f7e9ced2ad811d69d5ec Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期三, 30 十月 2024 20:46:25 +0800
Subject: [PATCH] 去掉dnc部分
---
smart-man-boot/src/main/java/com/qianwen/smartman/modules/mdc/controller/TimeUsedAnalysisController.java | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/smart-man-boot/src/main/java/com/qianwen/smartman/modules/mdc/controller/TimeUsedAnalysisController.java b/smart-man-boot/src/main/java/com/qianwen/smartman/modules/mdc/controller/TimeUsedAnalysisController.java
index 813b166..7805cb6 100644
--- a/smart-man-boot/src/main/java/com/qianwen/smartman/modules/mdc/controller/TimeUsedAnalysisController.java
+++ b/smart-man-boot/src/main/java/com/qianwen/smartman/modules/mdc/controller/TimeUsedAnalysisController.java
@@ -20,8 +20,8 @@
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RestController;
-@Api(value = "鐢ㄦ椂鍒嗘瀽controller", tags = {"鐢ㄦ椂鍒嗘瀽controller"})
-@ApiResource({"blade-mdc/time-used-analysis"})
+@Api(value = "鐢ㄦ椂鍒嗘瀽", tags = {"鐢ㄦ椂鍒嗘瀽"})
+@ApiResource({"mdc/time-used-analysis"})
@RestController
public class TimeUsedAnalysisController {
private final ITimeUsedAnalysisService superAggregateStateService;
@@ -30,6 +30,12 @@
this.superAggregateStateService = superAggregateStateService;
}
+ /**
+ * 鐢ㄦ椂鍒嗘瀽缁熻
+ * @param query
+ * @param stationVO
+ * @return
+ */
@PostMapping({"/work-stations"})
@ApiOperationSupport(order = 1)
@ApiOperation("鎸夊璁惧缁熻鐢ㄦ椂")
--
Gitblit v1.9.3