| | |
| | | @ExcelProperty( "是否投票") |
| | | private String voteFlag; |
| | | |
| | | @ExcelProperty( "管理规约") |
| | | @ExcelProperty( "管理公约") |
| | | private String managementRegulations; |
| | | |
| | | @ExcelProperty( "议事规则") |
| | |
| | | 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},'%') |
| | |
| | | |
| | | private void setManagementRegulationsOrRulesOfProcedure(holdExcel item, TopicsEntity topics) { |
| | | if (StringUtils.isNotBlank(topics.getDiscussContent())) { |
| | | if (topics.getDiscussContent().equals("管理规约")) { |
| | | if (topics.getDiscussContent().equals("管理公约")) { |
| | | item.setManagementRegulations(topics.getOptionContent()); |
| | | } else if (topics.getDiscussContent().equals("议事规则")) { |
| | | item.setRulesOfProcedure(topics.getOptionContent()); |