sfd
2025-05-26 2a64b537e8e3bce9ce030585a3da17d48379c0ad
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));