WIN-2308041133\Administrator hace 2 meses
padre
commit
43677d5f4c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/services/order/StoreOrderServices.php

+ 1 - 1
app/services/order/StoreOrderServices.php

@@ -1739,7 +1739,7 @@ HTML;
         if ($is_lb > 1) {
             throw new ApiException('礼包商品不支持混合购买');
         }
-        if ($is_no_lb>0 && $is_no_lb > 0) {
+        if ($is_lb>0 && $is_no_lb > 0) {
             throw new ApiException('礼包商品不支持混合购买');
         }
         $seckill_id = 0;