zhanghl
2025-05-06 d66be8ca5ce1e89dcd6a12a6648c6a9d759dd4f4
aps-modules/aps-core/src/main/java/com/aps/core/controller/mainPlan/ApsGasPipingPlanController.java
@@ -200,6 +200,7 @@
     * @Author: wwj
     * @Date: 2025/4/9
     */
    @RequiresPermissions("gasPiping:confirm")
    @PostMapping("/confirmGasPiping")
    public AjaxResult confirmGasPiping(@RequestBody ApsGasPipingPlanTemp apsGasPipingPlanTemp) {
        return toAjax(apsGasPipingPlanService.confirmGasPiping(apsGasPipingPlanTemp));