|
@@ -67,7 +67,6 @@ class Order extends Base
|
|
|
|
|
|
//获取用户已经购买数量
|
|
|
$userByCount = getByCount($this->uid,$id);
|
|
|
- file_put_contents("createOrderNumber.txt", '已购买数:'.$userByCount . "\n" . '购买数'.$num . "\n". "\n" . '用户'.$this->uid, FILE_APPEND);
|
|
|
if ($coll_info['buy_count']<($userByCount+$num)) $this->error('每人限购'.$coll_info['buy_count'].'个');
|
|
|
//获取是否已经铸造hash
|
|
|
$hashCount = getLenCollection($id);
|