wuxw
2024-03-21 0a768ef6cb02e5af033d38f78856fa2ec641570e
service-user/src/main/java/com/java110/user/cmd/user/OwnerUserLoginCmd.java
@@ -137,7 +137,7 @@
        CommunityDto communityDto = new CommunityDto();
        communityDto.setCommunityId(communityId);
        List<CommunityDto> communityDtos = communityInnerServiceSMOImpl.queryCommunitys(communityDto);
        Assert.listOnlyOne(communityDtos, "小区不存在,确保开发者账户配置默认小区" + ownerAppUserDtos.get(0).getCommunityId());
        Assert.listOnlyOne(communityDtos, "小区不存在,确保开发者账户配置默认小区" + communityId);
        //todo 生成 app 永久登录key
        UserDto tmpUserDto = userDtos.get(0);