This commit is contained in:
wucongxing8150 2025-07-14 17:46:35 +08:00
parent 01c941e830
commit d3443b99fa

View File

@ -147,7 +147,7 @@
<!--name-->
<if test="queryForm.name != null and queryForm.name != ''">
AND ( INSTR(t_caseplatform_case.user_id,#{queryForm.name})
OR INSTR(t_caseplatform_case.expert_name,#{queryForm.name})
OR INSTR(t_caseplatform_expert.expert_name,#{queryForm.name})
)
</if>
AND t_caseplatform_case.status = 1