lin
2024-04-22 1e58781dbff316a173aeabecd2f4b5f5f675eb80
src/main/java/org/springblade/modules/discuss/mapper/UserTopicsMapper.xml
@@ -203,7 +203,7 @@
        LEFT JOIN jczz_house jhs on jhs.house_code= jda.address_code
        <where>
            and jt.discuss_content != '议事规则'
            and jt.discuss_content != '管理公约'
            and jt.discuss_content != '管理规约'
            <if test="id != null ">and jut.id = #{id}</if>
            <if test="name != null and name != ''">
                and bu.name like concat('%',#{name},'%')