1
WINDOWS-F96JH03\Kain
2026-03-17 5f75a12d74d353470381c0d6a39affb0a61e0ad1
项目代码/WCS/WCSServer/WIDESEAWCS_Core/BaseRepository/RepositoryBase.cs
@@ -57,12 +57,10 @@
                                };
                                iTenant.AddConnection(connectionConfig);
                            }
                            return iTenant.GetConnection(tenant.TenantId);
                        }
                    }
                }
                return db;
            }
        }