@@ -457,6 +457,7 @@ public class OrderController : BaseController
OrderPublishId = publishOrder.Id
};
await _orderPublishHistoryRepository.AddAsync(history, HttpContext.RequestAborted);
+ await _orderPublishRepository.RemoveAsync(publishOrder, false, HttpContext.RequestAborted);
return;
}