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