ruoyi-project/src/main/resources/mapper/project/ServiceDeathinfoMapper.xml
@@ -111,7 +111,9 @@ LEFT JOIN service_deathinfo sdi ON sd.ID = sdi.InfoID AND sd.del_flag = 0 AND sdi.del_flag = 0 AND sdi.ID IS NOT NULL <where> sd.termination_case = 0 <if test="infoid != null ">and se.InfoID = #{infoid}</if> <if test="caseNo != null and caseNo != ''">and sd.case_no = #{caseNo}</if> <if test="name != null and name != ''">and sd.Name = #{name}</if>