|
@@ -47,7 +47,7 @@ public class MarkMtFeesService {
|
|
|
}
|
|
|
Integer times = dao.selectMaxTimes(patientId);
|
|
|
if (null == times || times == 0) {
|
|
|
- return ResultVoUtil.fail(ExceptionEnum.LOGICAL_ERROR, "未查询到些患者的就诊信息,请检查!");
|
|
|
+ return ResultVoUtil.fail(ExceptionEnum.LOGICAL_ERROR, "未查询到此患者的待缴费处方,请检查!");
|
|
|
}
|
|
|
if (StringUtil.isBlank(param.getIdCard())) {
|
|
|
param.setIdCard(dao.selectSocialNoByPatientId(patientId));
|