src/main/java/org/springblade/modules/discuss/mapper/UserTopicsMapper.xml
@@ -202,7 +202,7 @@ LEFT JOIN blade_user bu ON jh.associated_user_id = bu.id AND bu.is_deleted = 0 LEFT JOIN jczz_house jhs on jhs.house_code= jda.address_code <where> 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},'%')