|
@@ -61,10 +61,10 @@ public class PushFacade {
|
|
|
searchData = assembleFacade.assembleData(searchData);
|
|
|
BeanUtil.copyProperties(searchData, pushVO);
|
|
|
RespDTO<PushDTO> resp = cdssCoreClient.push(pushVO);
|
|
|
- // RespDTOUtil.respNGDeal(resp, "远程调用推理接口失败");
|
|
|
- // PushDTO data = resp.data;
|
|
|
+ RespDTOUtil.respNGDeal(resp, "远程调用推理接口失败");
|
|
|
+ PushDTO data = resp.data;
|
|
|
//------------------测试数据开始------------------
|
|
|
- PushDTO data = testDataPush();
|
|
|
+ // PushDTO data = testDataPush();
|
|
|
//------------------测试数据结束------------------
|
|
|
//出参映射
|
|
|
data = assembleFacade.assemblePushDTO(data, pushVO.getHospitalId());
|