Browse Source

医生端查询检索手术信息查询条件修改

wangzl 2 months ago
parent
commit
0100ea8bfe

+ 1 - 1
tr-modules/tr-module-smartFollowUp/src/main/resources/mapper/smart/BizClinicRoomMapper.xml

@@ -167,7 +167,7 @@
                 and bcr.clinic_status = #{source.clinicStatus ,jdbcType=VARCHAR}
             </if>
             <if test="source.queryCondition != null and source.queryCondition != ''">
-                and (bcr.patient_code LIKE concat('%',#{source.queryCondition,jdbcType=VARCHAR},'%')
+                and (bcr.clinic_name LIKE concat('%',#{source.queryCondition,jdbcType=VARCHAR},'%')
                 or bcr.patient_name like concat('%',#{source.queryCondition,jdbcType=VARCHAR},'%'))
             </if>
             <if test="source.currentUserId != null and source.currentUserId != ''">