diff --git a/app/admin/logic/beforehand_order_cart_info/BeforehandOrderCartInfoLogic.php b/app/admin/logic/beforehand_order_cart_info/BeforehandOrderCartInfoLogic.php index 79616754..666e6ac9 100644 --- a/app/admin/logic/beforehand_order_cart_info/BeforehandOrderCartInfoLogic.php +++ b/app/admin/logic/beforehand_order_cart_info/BeforehandOrderCartInfoLogic.php @@ -419,9 +419,9 @@ class BeforehandOrderCartInfoLogic extends BaseLogic $attrs['is_buying'] = 1; } $result = BeforehandOrder::where('id', $params['bhoid'])->where('warehousing_id', 0)->where('is_warehousing', 0)->update($attrs); - if (!$result) { - throw new BusinessException('入库失败,预订单更新出错'); - } + // if (!$result) { + // throw new BusinessException('入库失败,预订单更新出错'); + // } } Db::commit(); return true;