fix: 修复门店租户写入与跨租户查看

This commit is contained in:
2026-01-19 20:22:12 +08:00
parent abd5752ad1
commit 30e54e2bea
13 changed files with 192 additions and 39 deletions

View File

@@ -29,6 +29,7 @@ public interface IStoreRepository
StoreBusinessStatus? businessStatus,
StoreOwnershipType? ownershipType,
string? keyword,
bool ignoreTenantFilter = false,
CancellationToken cancellationToken = default);
/// <summary>