Преглед на файлове

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

Файловите разлики са ограничени, защото са твърде много
+ 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}