| | |
| | | // } |
| | | BeanUtils.copyProperties(comActVO, comActDO); |
| | | |
| | | // ComActDO selectOne = comActDAO.selectOne(new QueryWrapper<ComActDO>().lambda().eq(ComActDO::getAccount, account)); |
| | | // if (null != selectOne && selectOne.getAccount().equals(comActVO.getAccount())) { |
| | | // return R.fail("该登录账号重复,请重新修改"); |
| | | // } |
| | | int update = comActDAO.updateById(comActDO); |
| | | if (update > 0) { |
| | | if (a == 1) { |
| | |
| | | return R.ok(this.comActDAO.getCommunityLists()); |
| | | } |
| | | |
| | | @Override |
| | | public R getWestCommunityLists() { |
| | | return R.ok(this.comActDAO.getWestCommunityLists()); |
| | | } |
| | | |
| | | /** |
| | | * 查询社区所有列表 |
| | | * |