huangxiaoqiang
2026-03-17 afc3897af8de95aae47ff7dce334a3617256748a
项目代码/WCS/WCSServer/WIDESEAWCS_Core/BaseRepository/RepositoryBase.cs
@@ -57,12 +57,10 @@
                                };
                                iTenant.AddConnection(connectionConfig);
                            }
                            return iTenant.GetConnection(tenant.TenantId);
                        }
                    }
                }
                return db;
            }
        }