5555545556666

This commit is contained in:
wucongxing8150 2025-08-13 18:14:28 +08:00
parent 7c310bb9a0
commit b56cac4ffd

View File

@ -68,6 +68,7 @@
<!--医生姓名-->
<if test="queryForm.keywords != null and queryForm.keywords != ''">
AND INSTR(d.doctor_name,#{queryForm.keywords})
OR INSTR(h.hospital_name,#{queryForm.keywords})
</if>
</where>
<if test="queryForm.limit != null and queryForm.limit > 0">