parent
984bd6f21d
commit
cf20704395
|
@ -948,6 +948,10 @@ public class DpTechBypassAbilityImpl extends DpTechAbilityImpl {
|
|||
}
|
||||
}
|
||||
|
||||
//移除缓存信息
|
||||
String policyName = getTractionStrategyName(disposeObject);
|
||||
dpBypassManager.getTractionStrategyName().remove(policyName);
|
||||
|
||||
log.info("----Finish DPTech Stop Cleanup Task Succeed: {}", disposeObject);
|
||||
return new MulReturnType<>(ErrorCode.ERR_OK, null);
|
||||
} catch (Exception ex) {
|
||||
|
|
Loading…
Reference in New Issue