소스 검색

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}