|
@@ -859,6 +859,7 @@ public class TenantInfoServiceImpl extends ServiceImpl<TenantInfoDao, TenantInfo
|
|
|
tenantInfo.setUpdatedBy(-1);
|
|
tenantInfo.setUpdatedBy(-1);
|
|
|
tenantInfo.setUpdatedTime(now);
|
|
tenantInfo.setUpdatedTime(now);
|
|
|
this.updateById(tenantInfo);
|
|
this.updateById(tenantInfo);
|
|
|
|
|
+ log.info("checkTenantState stop >>>> tenantInfo {}", tenantInfo);
|
|
|
});
|
|
});
|
|
|
}
|
|
}
|
|
|
|
|
|