This commit is contained in:
wucongxing8150 2025-07-10 13:57:04 +08:00
parent 2ab6aa9689
commit a8186b34f7

View File

@ -22,7 +22,6 @@
<!--name-->
<if test="queryForm.expertName != null and queryForm.expertName != ''">
AND t_caseplatform_expert.name LIKE CONCAT('%', #{queryForm.expertName}, '%')
)
</if>
<!--0待审核 1审核通过 2审核不通过-->
<if test="queryForm.status != null">
@ -34,7 +33,7 @@
AND t_caseplatform_expert.prov_id =#{queryForm.provId}
</when>
<when test="provList != null and provList.size > 0">
and
AND
t_caseplatform_expert.prov_id
in
<foreach collection="provList" open="(" close=")" separator="," item="item">
@ -42,7 +41,7 @@
</foreach>
</when>
<otherwise>
and 1=2
AND 1=2
</otherwise>
</choose>
<if test="queryForm.cityId != null and queryForm.cityId != ''">