瀏覽代碼

Merge remote-tracking branch 'origin/dev/20200513end_1.2.0' into test

zhaops 5 年之前
父節點
當前提交
12de8e05b0
共有 2 個文件被更改,包括 9 次插入3 次删除
  1. 7 1
      doc/003.20200515第3期/qc_init.sql
  2. 2 2
      src/main/resources/mapper/BehospitalInfoMapper.xml

File diff suppressed because it is too large
+ 7 - 1
doc/003.20200515第3期/qc_init.sql


+ 2 - 2
src/main/resources/mapper/BehospitalInfoMapper.xml

@@ -823,7 +823,7 @@
             AND d.msg like CONCAT('%', #{filterPageByDeptVO.name},'%')
         </if>
         <if test="filterPageByDeptVO.doctorName != null and filterPageByDeptVO.doctorName != ''">
-            AND a.doctor_name = #{filterPageByDeptVO.name}
+            AND a.doctor_name = #{filterPageByDeptVO.doctorName}
         </if>
         <if test="filterPageByDeptVO.deptName != null and filterPageByDeptVO.deptName != ''">
             AND a.beh_dept_name = #{filterPageByDeptVO.deptName}
@@ -872,7 +872,7 @@
             AND d.msg like CONCAT('%', #{filterPageByDeptVO.name},'%')
         </if>
         <if test="filterPageByDeptVO.doctorName != null and filterPageByDeptVO.doctorName != ''">
-            AND a.doctor_name = #{filterPageByDeptVO.name}
+            AND a.doctor_name = #{filterPageByDeptVO.doctorName}
         </if>
         <if test="filterPageByDeptVO.deptName != null and filterPageByDeptVO.deptName != ''">
             AND a.beh_dept_name = #{filterPageByDeptVO.deptName}