dyh-service/dyh-mediate/src/main/java/cn/huge/module/cases/dao/mapper/xml/CaseInfoMapper.xml
@@ -398,6 +398,9 @@ <if test="terms.id != null and terms.id !=''"> and id = #{terms.id} </if> <if test="terms.partyShow != null and terms.partyShow !=''"> and party_show = #{terms.partyShow} </if> <if test="terms.caseTitle != null and terms.caseTitle !=''"> and case_title = #{terms.caseTitle} </if>