Pu Zhibing
2024-10-08 9f781b1841fb490179918e844bdd6ddd1773e441
ruoyi-api/ruoyi-api-chargingPile/src/main/java/com/ruoyi/chargingPile/api/factory/ChargingGunFallbackFactory.java
@@ -36,7 +36,7 @@
    
            @Override
            public R<TChargingGun> getChargingGunById(Integer id) {
                throw new RuntimeException("根据id获取充电枪失败:" + throwable.getMessage());
                return R.fail("根据id获取充电枪失败:" + throwable.getMessage());
            }
            @Override