@@ -44,7 +44,7 @@ public class OwnerServiceImpl implements OwnerService {
refreshByTenant(tenantDsKeys);
return R.ok();
}
- @PostConstruct
+ // @PostConstruct
public R refreshAllOwner() {
log.error("刷新所有租户信息");
List<TenantDo> tenantDos = commonBusinessDao.getById("");