Commit a326833a authored by zhouleilei's avatar zhouleilei

海信-步进

parent 2adc1cc7
......@@ -41,7 +41,7 @@ public class FeignProxyServiceImpl implements FeignProxyService {
SchemeSendVO schemeSendVO = new SchemeSendVO();
BeanUtils.copyProperties(schemeOptSendVO, schemeSendVO);
JsonViewObject jsonViewObject = utcFeignClients.schemeSend(schemeSendVO);
JsonViewObject jsonViewObject = utcFeignClients.tempScheme(schemeSendVO);
if (Objects.isNull(jsonViewObject) || jsonViewObject.getCode() != 200) {
log.error("诊断优化手动下发优化方案,UTC服务调用异常", jsonViewObject);
throw new FeignServiceException("诊断优化手动下发优化方案,UTC服务调用异常");
......
......@@ -356,7 +356,7 @@ public class ControlCommandStrategyServiceImpl implements ControlCommandStrategy
// 将值转换为String类型(假设crossCode是String类型)
return (String) crossCodeValue;
}
}
@Override
public JsonViewObject tempSchemeDetail(TempSchemeSendVO tempSchemeSendVO) throws Exception {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment