aps-modules/aps-core/src/main/java/com/aps/core/controller/ApsGasPipingRouteStatController.java
@@ -107,7 +107,7 @@ } @Operation(summary = "计算气体管路产能负载统计", description = "计算") @RequiresPermissions("aps:apsGasPipingRouteStat:computeCapacity") @PostMapping("/computeCapacity") public void computeCapacity() { @@ -115,7 +115,7 @@ } @Operation(summary = "获取气体管路产能负载统计", description = "计算") @RequiresPermissions("aps:apsGasPipingRouteStat:getCapacityPlanData") @PostMapping("/getCapacityPlanData") public AjaxResult getCapacityPlanData(@RequestBody ApsGasPipingRouteStat apsGasPipingRouteStat) { aps-modules/aps-core/src/main/java/com/aps/core/service/impl/ApsGasPipingRouteStatServiceImpl.java
@@ -255,7 +255,7 @@ searchCapacityPlan.setMajor(apsGasPipingRouteStat.getMajor().equals("gas")?"气柜":"管路"); if("day".equals(apsGasPipingRouteStat.getSearchType())){ searchCapacityPlan.setYear(yearMonth.getYear()+""); searchCapacityPlan.setMonth(yearMonth.getMonth()+""); searchCapacityPlan.setMonth(yearMonth.getMonthValue()+""); }else if("month".equals(apsGasPipingRouteStat.getSearchType())){ searchCapacityPlan.setYear(yearMonth.getYear()+""); }