zhongrj
2023-11-18 17b1d187646d662635f598ffd996662fe7f9cb7f
场所记录查询修改, 用户标签类型修改
2 files modified
4 ■■■■ changed files
src/main/java/org/springblade/modules/house/entity/UserHouseLabelEntity.java 2 ●●● patch | view | raw | blame | history
src/main/java/org/springblade/modules/place/mapper/PlaceMapper.xml 2 ●●● patch | view | raw | blame | history
src/main/java/org/springblade/modules/house/entity/UserHouseLabelEntity.java
@@ -83,6 +83,6 @@
    /** 住户id */
    @ApiModelProperty(value = "住户id", example = "")
    @TableField("household_id")
    private Integer householdId;
    private Long householdId;
}
src/main/java/org/springblade/modules/place/mapper/PlaceMapper.xml
@@ -54,7 +54,7 @@
            (
            jp.place_name is null
            or jp.image_urls is null
            or jppl.poi_code is not null
            or jppl.poi_code is null
            or bu.real_name is null
            or bu.phone is null
            )