Pu Zhibing
2024-09-30 2731b09d6ce3a4cde14c92e29b5929675e5a3401
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