Browse Source

Merge remote-tracking branch 'origin/dev/20220613_v2.1.6厦门个性化_出院人数统计' into test

wangsy 3 years ago
parent
commit
bfd849c8f6
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/main/resources/mapper/BehospitalInfoMapper.xml

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

@@ -8083,10 +8083,10 @@
         </if>
         <if test='qcResultShortPageVO.isPlacefile != null and qcResultShortPageVO.isPlacefile != "" and qcResultShortPageVO.isPlacefile == "1" and qcResultShortPageVO.hospitalId == "7"'>
             <if test="qcResultShortPageVO.operationDoctor != null and qcResultShortPageVO.operationDoctor != ''">
-                AND t4.`operation_doctor_id` = #{qcResultShortPageVO.operationDoctor}
+                AND t4.`operation_doctor_id` like concat('%', #{qcResultShortPageVO.operationDoctor}, '%')
             </if>
             <if test="qcResultShortPageVO.operationLevel != null and qcResultShortPageVO.operationLevel != ''">
-                AND t4.`operation_level` = #{qcResultShortPageVO.operationLevel}
+                AND t4.`operation_level` like concat('%', #{qcResultShortPageVO.operationLevel}, '%')
             </if>
             GROUP BY
             t.behospitalCode