forked from gzzfw/backEnd/gz-dyh

liyj
2024-09-24 025f7b76d54a9553ca0c36623a83d1054b3fdf91
dyh-service/dyh-mediate/src/main/java/cn/huge/module/cases/dao/mapper/xml/CaseInfoMapper.xml
@@ -720,7 +720,7 @@
                    and t1.defendants = #{terms.defendants}
                </if>
                <if test="terms.statusName != null and terms.statusName !=''">
                    and t1.statusName = #{terms.statusName}
                    and t1.status_name = #{terms.statusName}
                </if>
                <if test="terms.mediResultName != null and terms.mediResultName !=''">
                    and t2.medi_result_name = #{terms.mediResultName}