|
@@ -134,7 +134,7 @@ public class StdBehospitalInfoFacade extends StdBehospitalInfoServiceImpl {
|
|
.eq("hospital_id", sthospitalInfoFindVO.getHospitalId());
|
|
.eq("hospital_id", sthospitalInfoFindVO.getHospitalId());
|
|
MedBehospitalInfo medBehospitalInfo = medBehospitalInfoFacade.getOne(medbeHQuery);
|
|
MedBehospitalInfo medBehospitalInfo = medBehospitalInfoFacade.getOne(medbeHQuery);
|
|
if (medBehospitalInfo == null) {
|
|
if (medBehospitalInfo == null) {
|
|
- throw new CommonException(CommonErrorCode.NOT_EXISTS, "该病例没有找到");
|
|
|
|
|
|
+ throw new CommonException(CommonErrorCode.NOT_EXISTS, "暂无病历记录");
|
|
}
|
|
}
|
|
QueryWrapper<StdBehospitalInfo> stdBehospitalInfoQuery = new QueryWrapper<>();
|
|
QueryWrapper<StdBehospitalInfo> stdBehospitalInfoQuery = new QueryWrapper<>();
|
|
stdBehospitalInfoQuery
|
|
stdBehospitalInfoQuery
|