forked from gzzfw/backEnd/gz-dyh

xusd
2024-10-12 34b608a3f66aa2887eff37ad87b2893b96b9b7d1
dyh-service/dyh-mediate/src/main/java/cn/huge/module/cases/dao/mapper/xml/CaseInfoMapper.xml
@@ -297,6 +297,12 @@
        <if test="terms != null">
            <where>
                and delete_status = 0
                <if test="terms.ids != null and terms.ids.size > 0">
                    and a.id in
                    <foreach collection="terms.ids" item="id" index="index" open="(" separator="," close=")">
                        #{id}
                    </foreach>
                </if>
                <if test="terms.status != null and terms.status !=''">
                    and a.status = #{terms.status}
                </if>