| | |
| | | jda.address_name, |
| | | jhs.area, |
| | | jhs.remark, |
| | | jda.houseCode, |
| | | jda.address_code houseCode, |
| | | jda.aoi_name |
| | | <if test="articleId != null ">, |
| | | group_concat(jt.option_content) optionContent </if> |
| | |
| | | jda.address_name, |
| | | jhs.area, |
| | | jhs.remark, |
| | | jda.houseCode, |
| | | jda.address_code, |
| | | jda.aoi_name |
| | | </if> |
| | | </where> |
| | |
| | | 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},'%') |
| | |
| | | jh.building, |
| | | jh.house_name, |
| | | jh.district_name, |
| | | jut.create_time, |
| | | jh.area, |
| | | ( |
| | | SELECT |
| | | group_concat( jt.id ) AS optionContent |