src/main/java/org/springblade/modules/discuss/mapper/UserTopicsMapper.xml
@@ -202,7 +202,8 @@ 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 != '议事规则' 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},'%') @@ -237,6 +238,8 @@ jh.building, jh.house_name, jh.district_name, jut.create_time, jh.area, ( SELECT group_concat( jt.id ) AS optionContent