ruoyi-project/src/main/resources/mapper/project/ServiceDonatebaseinfoMapper.xml
@@ -113,6 +113,9 @@ <if test="residenceprovince != null and residenceprovince != ''">and ResidenceProvince = #{residenceprovince} </if> <if test="terminationCase != null">and termination_case = #{terminationCase} </if> <if test="residenceprovincename != null and residenceprovincename != ''">and ResidenceProvinceName like concat('%', #{residenceprovincename}, '%') </if>