|
@@ -69,8 +69,8 @@ public class CompanyServiceImpl extends ServiceImpl<ICompanyMapper, Company> imp
|
|
if(!ObjectUtils.isEmpty(userEntity)){
|
|
if(!ObjectUtils.isEmpty(userEntity)){
|
|
throw new BusinessException(ResultCode.USER_EXIST);
|
|
throw new BusinessException(ResultCode.USER_EXIST);
|
|
}
|
|
}
|
|
- entity.setState(1);
|
|
|
|
BeanUtils.copyProperties(param, entity);
|
|
BeanUtils.copyProperties(param, entity);
|
|
|
|
+ entity.setState(1);
|
|
entity.setAuditTime(new Date());
|
|
entity.setAuditTime(new Date());
|
|
this.save(entity);
|
|
this.save(entity);
|
|
|
|
|