|
@@ -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
|