提交 137562ce authored 作者: luzhangjian's avatar luzhangjian

feat:修正错误

上级 e2f8148d
...@@ -108,7 +108,7 @@ public class OrderManagementServiceImpl implements OrderManagementService { ...@@ -108,7 +108,7 @@ public class OrderManagementServiceImpl implements OrderManagementService {
reqVo.setAdmId(admId); reqVo.setAdmId(admId);
try { try {
log.info("查询处方列表URL:{},入参{}, ", projProperties.getPresListByAdmId(), JSON.toJSONString(reqVo)); log.info("查询处方列表URL:{},入参{}, ", projProperties.getPresListByAdmId(), JSON.toJSONString(reqVo));
String body = HttpKit.jsonPost(projProperties.getIcdSearchName(), JSON.toJSONString(reqVo)); String body = HttpKit.jsonPost(projProperties.getPresListByAdmId(), JSON.toJSONString(reqVo));
BaseResponse<GetPresListResVO> baseResponse = JSON.parseObject(body, BaseResponse.class); BaseResponse<GetPresListResVO> baseResponse = JSON.parseObject(body, BaseResponse.class);
log.info("baseResponse:{} ",baseResponse); log.info("baseResponse:{} ",baseResponse);
if (baseResponse.getData() == null) { if (baseResponse.getData() == null) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论