修改公司信息

master
bynt 2 years ago
parent 6197197c6e
commit 5ebc7d232d

@ -63,6 +63,7 @@ public class CompanyServiceImpl implements CompanyService {
agentService.updateAgentNums(invitationCode);
}
companyDto.setId(byUserId.getId());
companyDto.setCompanyType(byUserId.getCompanyType());
companyDto.setUserId(SecurityUtils.getCurrentUserId());
companyDto.setStatus(DefaultNumberConstants.ZERO_NUMBER);
BeanUtil.copyProperties(companyDto, byUserId);

@ -10,7 +10,7 @@ spring:
freemarker:
check-template-location: false
profiles:
active: test
active: dev
application:
name: @artifactId@
jackson:

Loading…
Cancel
Save