diff --git a/ht/src/main/resources/mapper_dao/HtPatientReportDao.xml b/ht/src/main/resources/mapper_dao/HtPatientReportDao.xml index c330ea60..6cb873fd 100644 --- a/ht/src/main/resources/mapper_dao/HtPatientReportDao.xml +++ b/ht/src/main/resources/mapper_dao/HtPatientReportDao.xml @@ -74,7 +74,7 @@ order by r.create_time desc limit 1; @@ -88,6 +88,7 @@ and patient_id = #{patientId, jdbcType=BIGINT} and show_status = 1 + and is_del = 0 order by create_time desc