|
@@ -145,8 +145,11 @@ public class MachineNodeServiceImpl 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 后续删除代码,目前条用模拟接口
|
|
|
- instructionUrl = instructionUrl.replace("8081","8083");
|
|
|
-
|
|
|
+ if("framework".equals(zZone.getNo())){
|
|
|
+ instructionUrl = instructionUrl.replace("8086","8083");
|
|
|
+ }else{
|
|
|
+ instructionUrl = instructionUrl.replace("8081","8083");
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
@Override
|