|
|
@@ -125,6 +125,7 @@ public class CompanyServiceImpl extends ServiceImpl<CompanyMapper, Company> impl
|
|
|
Company update = BeanUtil.toBean(bo, Company.class);
|
|
|
validEntityBeforeSave(update);
|
|
|
update.setUpdateTime(DateUtils.getNowTime());
|
|
|
+ update.setTenantId(null);
|
|
|
return this.updateById(update);
|
|
|
}
|
|
|
|