|
|
@@ -65,7 +65,7 @@ class ProductOrder extends Model
|
|
|
$order_arr['price'] = $price;
|
|
|
$order_arr['product_id']= $productId;
|
|
|
$order_arr['area_id'] = 0;
|
|
|
- self::setCreateOrder($orderId, $order_arr, $typeId, $uid, 0, getOrderSN('R'), 0, $price);
|
|
|
+ self::setCreateOrder($orderId, $order_arr, $typeId, $uid, 0, getOrderSN('R'.$i), 0, $price);
|
|
|
}
|
|
|
return true;
|
|
|
}
|