lidongdong
2024-07-30 e538cdf006a72d0f3cb8dd22d450ad5db77090fd
springcloud_k8s_panzhihuazhihuishequ/service_user/src/main/java/com/panzhihua/service_user/service/impl/SysUserInputServiceImpl.java
@@ -148,7 +148,7 @@
    @Override
    public CommunityUserInfoVO detailUserComunity(Long userId) {
        CommunityUserInfoVO communityUserInfoVO = new CommunityUserInfoVO();
        userId = userId - 100000000l;
//        userId = userId - 100000000l;
        SysUserInputDO sysUserInputDO = sysUserInputDAO.selectById(userId);
        if (!org.springframework.util.ObjectUtils.isEmpty(sysUserInputDO)) {
            BeanUtils.copyProperties(sysUserInputDO, communityUserInfoVO);