aps-modules/aps-core/src/main/java/com/aps/core/controller/ApsGasPipingRouteStatController.java
@@ -122,7 +122,7 @@ /** * 聚合气体管路产能负载统计数据 */ @Operation(summary = "聚合气体管路产能负载统计数据", description = "聚合统计数据") @Operation(summary = "聚合气体管路产能负载统计数据", description = "聚合统计数据,支持动态选择行维度(rowGroupBy)进行聚合,如按工序名称、车间、工厂、专业等") @RequiresPermissions("aps:apsGasPipingRouteStat:aggregate") @PostMapping("/aggregate") public AjaxResult aggregateGasPipingRouteStat(@RequestBody Map<String, Object> params)