浏览代码

质控核查

chengyao 4 年之前
父节点
当前提交
35aba5935f

+ 1 - 0
src/main/java/com/diagbot/vo/FilterUnModifyMRVO.java

@@ -62,4 +62,5 @@ public class FilterUnModifyMRVO {
      * 是否归档(0:未归档,1:已归档)
      */
     private String isPlacefile = "1";
+    private String doctorName;
 }

+ 3 - 0
src/main/resources/mapper/BehospitalInfoMapper.xml

@@ -10627,6 +10627,9 @@
         <if test="deptName != null and deptName != ''">
             AND a.beh_dept_name= #{deptName}
         </if>
+        <if test="doctorName != null and doctorName != ''">
+            AND a.doctor_name  like CONCAT('%', #{doctorName}, '%')
+        </if>
         <if test="casesEntryIds != null and casesEntryIds.size()>0">
             AND c.cases_entry_id IN
             <foreach collection="casesEntryIds" item="item" open="(" close=")" separator=",">