5555545556666
This commit is contained in:
parent
7c310bb9a0
commit
b56cac4ffd
@ -68,6 +68,7 @@
|
|||||||
<!--医生姓名-->
|
<!--医生姓名-->
|
||||||
<if test="queryForm.keywords != null and queryForm.keywords != ''">
|
<if test="queryForm.keywords != null and queryForm.keywords != ''">
|
||||||
AND INSTR(d.doctor_name,#{queryForm.keywords})
|
AND INSTR(d.doctor_name,#{queryForm.keywords})
|
||||||
|
OR INSTR(h.hospital_name,#{queryForm.keywords})
|
||||||
</if>
|
</if>
|
||||||
</where>
|
</where>
|
||||||
<if test="queryForm.limit != null and queryForm.limit > 0">
|
<if test="queryForm.limit != null and queryForm.limit > 0">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user