Browse Source

报告单bug

sd
zhizhi wu 4 years ago
parent
commit
3c6251c1a0
  1. 2
      ht/src/main/resources/mapper_dao/HtPatientReportDao.xml

2
ht/src/main/resources/mapper_dao/HtPatientReportDao.xml

@ -170,7 +170,7 @@
AND report.type = 2
AND s.type IN ( 0, 2 )
</if>
<if test="patientName != null">
<if test="patientName != null and patientName != ''">
and p.name = #{patientName}
</if>
<if test="patientSex != null">

Loading…
Cancel
Save