新增了专家管理搜索条件
This commit is contained in:
parent
d09959c5d0
commit
34bc0a9977
@ -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审核不通过-->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user