|
@@ -234,6 +234,7 @@ public class UserSpaceServiceImpl implements UserSpaceService {
|
|
|
space.setRegDistrict(newSpace.getRegDistrict());
|
|
space.setRegDistrict(newSpace.getRegDistrict());
|
|
|
space.setRegStreet(newSpace.getRegStreet());
|
|
space.setRegStreet(newSpace.getRegStreet());
|
|
|
space.setRegAddress(newSpace.getRegAddress());
|
|
space.setRegAddress(newSpace.getRegAddress());
|
|
|
|
|
+ space.setValidCode(spaceValid.getValidCode());
|
|
|
userspaceDao.save(space);
|
|
userspaceDao.save(space);
|
|
|
|
|
|
|
|
spaceValidDao.save(spaceValid);
|
|
spaceValidDao.save(spaceValid);
|