Forráskód Böngészése

检查报告只查询超声科和放射科

hurugang 3 éve
szülő
commit
93ac770db7

+ 6 - 0
src/main/java/cn/hnthyy/thmz/mapper/his/mz/MzYjReqMapper.java

@@ -202,6 +202,9 @@ public interface MzYjReqMapper {
             "<when test='reqType!=null'>",
             " and req_type =#{reqType} ",
             "</when>",
+            "<when test='reqType==3'>",
+            " and exec_dept in ('2020300','2020100') ",
+            "</when>",
             "<when test='patientId!=null'>",
             " and patient_id =#{patientId} ",
             "</when>",
@@ -238,6 +241,9 @@ public interface MzYjReqMapper {
             "<when test='reqType!=null'>",
             " and req_type =#{reqType} ",
             "</when>",
+            "<when test='reqType==3'>",
+            " and exec_dept in ('2020300','2020100') ",
+            "</when>",
             "<when test='patientId!=null'>",
             " and patient_id =#{patientId} ",
             "</when>",