huanghongfa
2021-07-15 decafa62ed565606715fdcc9a6300a7cb864cb42
修改bug
2个文件已修改
5 ■■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/grid/EventMapGridCascadeVO.java 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_grid/src/main/resources/mapper/EventGridMemberRelationMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/grid/EventMapGridCascadeVO.java
@@ -19,6 +19,9 @@
    @ApiModelProperty("网格名字")
    private String gridName;
    @ApiModelProperty("网格所属社区id")
    private Long gridCommunityId;
    @ApiModelProperty("社区下网格列表")
    private List<EventMapGridCascadeVO> childList;
springcloud_k8s_panzhihuazhihuishequ/service_grid/src/main/resources/mapper/EventGridMemberRelationMapper.xml
@@ -373,7 +373,7 @@
        </if>
        <if test="type != null and type == 2">
            select id as gridId,grid_name AS gridName from event_grid_member_relation as egmr where grid_member_id = #{userId} and grid_community_id = #{communityId}
            select id as gridId,grid_name,grid_community_id AS gridName from event_grid_member_relation as egmr where grid_member_id = #{userId} and grid_community_id = #{communityId}
        </if>
    </select>