|
@@ -171,8 +171,8 @@ public class RobotNodeServiceImpl implements NodeOperationService {
|
|
|
String paramKey = zZone.getNo() + "_plc";
|
|
|
instructionUrl = (null == msgUtil.redis_get(ParameterKey.PARAMETERS)? "": ((Map<String,String>)msgUtil.redis_get(ParameterKey.PARAMETERS)).get(paramKey).toString());
|
|
|
|
|
|
- // TODO 后续删除代码,目前条用模拟接口
|
|
|
- if(!"capsule".equals(zZone.getNo())){
|
|
|
+ // TODO 后续删除,目前条用模拟接口
|
|
|
+ if("safeguard".equals(zZone.getNo())){
|
|
|
instructionUrl = instructionUrl.replace("8081","8083");
|
|
|
}
|
|
|
}
|