From a0ceec42cd52d923ccd52315b5d50161548d762d Mon Sep 17 00:00:00 2001 From: huangjiayang <5265313@qq.com> Date: 星期二, 29 四月 2025 17:42:04 +0800 Subject: [PATCH] 【UPDATE】定时抓取U9工序数据增加分批创建时间 --- aps-modules/aps-core/src/main/java/com/aps/core/controller/ApsGasPipingRouteStatController.java | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/aps-modules/aps-core/src/main/java/com/aps/core/controller/ApsGasPipingRouteStatController.java b/aps-modules/aps-core/src/main/java/com/aps/core/controller/ApsGasPipingRouteStatController.java index dddd182..92cf077 100644 --- a/aps-modules/aps-core/src/main/java/com/aps/core/controller/ApsGasPipingRouteStatController.java +++ b/aps-modules/aps-core/src/main/java/com/aps/core/controller/ApsGasPipingRouteStatController.java @@ -107,7 +107,6 @@ } @Operation(summary = "璁$畻姘斾綋绠¤矾浜ц兘璐熻浇缁熻", description = "璁$畻") - @PostMapping("/computeCapacity") @RequiresPermissions("aps:apsGasPipingRouteStat:computeCapacity") public AjaxResult computeCapacity() @@ -122,7 +121,6 @@ } @Operation(summary = "鑾峰彇姘斾綋绠¤矾浜ц兘璐熻浇缁熻", description = "璁$畻") - @PostMapping("/getCapacityPlanData") @RequiresPermissions("aps:apsGasPipingRouteStat:getCapacityPlanData") public AjaxResult getCapacityPlanData(@RequestBody ApsGasPipingRouteStat apsGasPipingRouteStat) -- Gitblit v1.9.3