diff --git a/src/Application/TakeoutSaaS.Application/App/Stores/Handlers/CreateStoreCommandHandler.cs b/src/Application/TakeoutSaaS.Application/App/Stores/Handlers/CreateStoreCommandHandler.cs index 6052feb..8afeb33 100644 --- a/src/Application/TakeoutSaaS.Application/App/Stores/Handlers/CreateStoreCommandHandler.cs +++ b/src/Application/TakeoutSaaS.Application/App/Stores/Handlers/CreateStoreCommandHandler.cs @@ -55,7 +55,7 @@ public sealed class CreateStoreCommandHandler( SignboardImageUrl = request.CoverImage?.Trim(), OwnershipType = StoreOwnershipType.SameEntity, AuditStatus = StoreAuditStatus.Draft, - BusinessStatus = request.BusinessStatus ?? StoreBusinessStatus.Open, + BusinessStatus = StoreBusinessStatus.Resting, Status = StoreStatus.Operating }; StoreListMapping.ApplyServiceTypes(store, serviceTypes);