新增了专家管理搜索条件

This commit is contained in:
wucongxing8150 2025-08-14 13:27:42 +08:00
parent d09959c5d0
commit 34bc0a9977

View File

@ -22,6 +22,8 @@
AND ( INSTR(t_caseplatform_user.uid,#{queryForm.name})
OR INSTR(t_caseplatform_user.name,#{queryForm.name})
OR INSTR(t_caseplatform_expert.name,#{queryForm.name})
OR INSTR(t_caseplatform_expert.hospital_name,#{queryForm.name})
OR INSTR(t_caseplatform_expert.mobile,#{queryForm.name})
)
</if>
<!--0待审核 1审核通过 2审核不通过-->