|
@@ -357,7 +357,7 @@ public class BehospitalInfoFacade extends BehospitalInfoServiceImpl {
|
|
|
// 调用质控接口
|
|
|
Response<OutputInfo> response = qcServiceClient.extract(queryVo);
|
|
|
if (response == null || response.getData() == null) {
|
|
|
- throw new CommonException(CommonErrorCode.RPC_ERROR, "远程质控接口没有返回数据!");
|
|
|
+ throw new CommonException(CommonErrorCode.RPC_ERROR, "远程质控接口没有返回数据!【" + analyzeVO.getBehospitalCode() + "】");
|
|
|
}
|
|
|
OutputInfo outputInfo = response.getData();
|
|
|
//根据质控结果获取质控条目
|