再次修改

master
bynt 3 years ago
parent 796dfe0fa2
commit 5398dc03d8

@ -66,7 +66,7 @@ public class CompanyServiceImpl implements CompanyService {
BeanUtil.copyProperties(companyDto, byUserId);
byUserId.setApplicationTime(DateUtil.date());
userRepository.updateStatusById(Boolean.FALSE, SecurityUtils.getCurrentUserId());
onlineUserService.kickOutForUsername(SecurityUtils.getCurrentUsername());
// onlineUserService.kickOutForUsername(SecurityUtils.getCurrentUsername());
return companyMapper.toDto(companyRepository.save(byUserId));
}

Loading…
Cancel
Save