Browse Source

Merge branch 'release' of http://git.12345lm.cn/Fengwo/hotline into release

Dun.Jason 8 months ago
parent
commit
4456d5ff04
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Hotline.Api/Controllers/OrderController.cs

+ 1 - 1
src/Hotline.Api/Controllers/OrderController.cs

@@ -6531,7 +6531,7 @@ public class OrderController : BaseController
 
         foreach (var item in dto.Ids)
         {
-            var orderData = await _orderRepository.GetAsync(p => p.ProvinceNo == item, HttpContext.RequestAborted);
+            var orderData = await _orderRepository.GetAsync(p => p.Id == item, HttpContext.RequestAborted);
 
             if (orderData != null)
             {