Pu Zhibing
2024-10-08 516a44e6c32811d47668c5106ecef8154e86c8cc
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