refactor naming

This commit is contained in:
zz 2021-09-11 09:38:49 +08:00
parent ba5cf8d462
commit 7252fbd887
2 changed files with 4 additions and 4 deletions

View File

@ -15,10 +15,10 @@ import java.util.Map;
import static com.xhpc.common.data.redis.StaticBeanUtil.REDIS;
@Lazy
@Component("ChargerInterruptDataLogic")
public class ChargerInterruptDataLogic implements ServiceLogic {
@Component("BmsChargerInterruptDataLogic")
public class BmsChargerInterruptDataLogic implements ServiceLogic {
private static Logger log = LoggerFactory.getLogger(ChargerInterruptDataLogic.class);
private static Logger log = LoggerFactory.getLogger(BmsChargerInterruptDataLogic.class);
@Override
public ServiceResult service(ServiceParameter sp) throws Exception {

View File

@ -18,7 +18,7 @@
<entry key="19" value-ref="ChargingCompletedDataLogic"/>
<entry key="1B" value-ref="BmsErrorDataLogic"/>
<entry key="1D" value-ref="BmsInterruptDataLogic"/>
<entry key="21" value-ref="ChargerInterruptDataLogic"/>
<entry key="21" value-ref="BmsChargerInterruptDataLogic"/>
<entry key="23" value-ref="BmsReqChargerOutputDataLogic"/>
<entry key="25" value-ref="BmsChargingDataLogic"/>
<entry key="31" value-ref="PileStartChargingDataLogic"/>