parent
86b82556d4
commit
8eb1b6fbcc
|
@ -63,7 +63,11 @@ public class DpTechBypassAbilityImpl extends DpTechAbilityImpl {
|
||||||
/**
|
/**
|
||||||
* The Dp bypass manager.
|
* The Dp bypass manager.
|
||||||
*/
|
*/
|
||||||
private DpBypassManager dpBypassManager;
|
private DpBypassManager dpBypassManager = DpBypassManager.builder()
|
||||||
|
.protectObject(new Hashtable<>())
|
||||||
|
.protectStrategy(new Hashtable<>())
|
||||||
|
.tractionStrategyName(new Hashtable<>())
|
||||||
|
.build();
|
||||||
/**
|
/**
|
||||||
* The Timer cnt.
|
* The Timer cnt.
|
||||||
*/
|
*/
|
||||||
|
@ -726,11 +730,6 @@ public class DpTechBypassAbilityImpl extends DpTechAbilityImpl {
|
||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
public void initDeviceEnv(String urlPath, String username, String password) {
|
public void initDeviceEnv(String urlPath, String username, String password) {
|
||||||
dpBypassManager = DpBypassManager.builder()
|
|
||||||
.protectObject(new Hashtable<>())
|
|
||||||
.protectStrategy(new Hashtable<>())
|
|
||||||
.tractionStrategyName(new Hashtable<>())
|
|
||||||
.build();
|
|
||||||
super.initDeviceEnv(urlPath, username, password);
|
super.initDeviceEnv(urlPath, username, password);
|
||||||
|
|
||||||
// 获取所有清洗设备
|
// 获取所有清洗设备
|
||||||
|
|
Loading…
Reference in New Issue