|
@@ -50,7 +50,7 @@ public class PushFacade {
|
|
searchData = assembleFacade.assembleData(searchData);
|
|
searchData = assembleFacade.assembleData(searchData);
|
|
BeanUtil.copyProperties(searchData, pushVO);
|
|
BeanUtil.copyProperties(searchData, pushVO);
|
|
RespDTO<PushDTO> resp = cdssCoreClient.push(pushVO);
|
|
RespDTO<PushDTO> resp = cdssCoreClient.push(pushVO);
|
|
- //RespDTOUtil.respNGDealCover(resp, "远程调用推理接口失败");
|
|
|
|
|
|
+ //RespDTOUtil.respNGDeal(resp, "远程调用推理接口失败");
|
|
//PushDTO data = resp.data;
|
|
//PushDTO data = resp.data;
|
|
PushDTO data = new PushDTO();
|
|
PushDTO data = new PushDTO();
|
|
//症状
|
|
//症状
|