forked from gzzfw/backEnd/gz-dyh

xusd
2024-09-24 bd8827a83c2732573de6217f541c425f1336b8fe
首页登记记录接口
1 files modified
2 ■■■ changed files
dyh-service/dyh-mediate/src/main/java/cn/huge/module/cases/dao/mapper/xml/CaseInfoMapper.xml 2 ●●● patch | view | raw | blame | history
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}