songhuangfeng123
2022-08-15 f779e4a1c54d4983aad644216ae3e17ae2c09f79
emergency/emergency-service/src/main/java/com/gkhy/safePlatform/emergency/service/baseService/impl/EmergencyPlanInfoServiceImpl.java
@@ -44,5 +44,10 @@
        emergencyPlanInfoRepository.deleteEmergencyPlan(planId);
    }
    @Override
    public void updateAbolish(Long id, Boolean abolishStatus) {
        emergencyPlanInfoRepository.updateAbolish(id,abolishStatus);
    }
}