refactor: 清理平台表述并统一为系统
This commit is contained in:
@@ -37,7 +37,7 @@ public sealed class ToggleBusinessStatusCommandHandler(
|
||||
|
||||
if (store.BusinessStatus == StoreBusinessStatus.ForceClosed)
|
||||
{
|
||||
throw new BusinessException(ErrorCodes.Conflict, "门店已被平台强制关闭,无法切换");
|
||||
throw new BusinessException(ErrorCodes.Conflict, "门店已被风控强制关闭,无法切换");
|
||||
}
|
||||
|
||||
// 2. (空行后) 应用状态变更
|
||||
|
||||
Reference in New Issue
Block a user