lidongdong
2023-07-04 c50d6c70e9f1855a5b6377df751030db9db4dd5a
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ComActServiceImpl.java
@@ -60,7 +60,7 @@
        String password = comActVO.getPassword();
        String encode = new BCryptPasswordEncoder().encode(password);
        comActVO.setPassword(encode);
        ComStreetDO comStreetDO = comStreetDAO.selectById(comActVO.getStreetId()+"");
        ComStreetDO comStreetDO = comStreetDAO.selectById(comActVO.getStreetId());
        if (comStreetDO == null) {
            return R.fail("当前街道不存在!");
        }