zhanghl
2025-04-28 edc00f6fbafa9bb74f736e47cafd000fb33ef4f1
气体管路
已修改2个文件
6 ■■■■ 文件已修改
aps-modules/aps-core/src/main/java/com/aps/core/controller/ApsGasPipingRouteStatController.java 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
aps-modules/aps-core/src/main/java/com/aps/core/service/impl/ApsGasPipingRouteStatServiceImpl.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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()+"");
            }