| | |
| | | br.code as neiCode,br.town_code as streetCode |
| | | from jczz_house jh |
| | | left join jczz_user_house_label jhl on jh.house_code = jhl.house_code and jhl.lable_type = 2 |
| | | left join jczz_grid jg on jg.grid_code = jgr.grid_code and jg.is_deleted = 0 |
| | | left join jczz_grid jg on jg.grid_code = jh.grid_code and jg.is_deleted = 0 |
| | | left join blade_region br on br.code = jg.community_code |
| | | where jh.is_deleted = 0 |
| | | <if test="house.houseCode!=null and house.houseCode!=''"> |
| | |
| | | * @since 2022-01-04 |
| | | */ |
| | | @Data |
| | | @TableName("sys_sensitiveword") |
| | | @TableName("jczz_sensitiveword") |
| | | @ApiModel(value = "Sensitiveword对象", description = "Sensitiveword对象") |
| | | public class Sensitiveword implements Serializable { |
| | | |