|
@@ -299,7 +299,7 @@ class Order extends Base
|
|
|
|
|
|
$inventory = getCollectionInventory($order['c_id']);
|
|
|
if ($inventory < 0) $this->error('已售罄');
|
|
|
- if ($inventory<$order['num']) $this->error('库存不足');
|
|
|
+ //if ($inventory < $order['num']) $this->error('库存不足');
|
|
|
|
|
|
/* $coll_info = getCollectionInfoHash($order['c_id']);
|
|
|
$check_rank = getRanking($order['c_id'],0);
|