bluejay
2025-04-09 0cfb74382e44ef538c0bab5f3014363769ecdb2f
aps-modules/aps-core/src/main/java/com/aps/core/service/impl/ApsGasPipingPlanServiceImpl.java
@@ -122,6 +122,6 @@
        if (count==apsGasPipingPlanTemps.size()) {
            apsGasPipingPlanTempMapper.deleteApsGasPipingPlanTempByIds(ids);
        }
        return 0;
        return 1;
    }
}