forked from gzzfw/backEnd/gz-dyh

liyj
2024-10-15 efa7c238ab4608dbd6e57983cf1d5c53470867bc
dyh-service/dyh-mediate/src/main/java/cn/huge/module/cases/dao/mapper/xml/CaseTaskMapper.xml
@@ -410,6 +410,9 @@
            <if test="terms.partyName != null and terms.partyName !=''">
                and concat(t2.plaintiffs, t2.pagents, t2.defendants, t2.dagents) like concat('%', #{terms.partyName}, '%')
            </if>
            <if test="terms.status == 2">
                and t1.handle_result in (0, 1, 2)
            </if>
        </if>
    </sql>
    <!--  工作台-待/已分派条件统计  -->