|
|
@@ -512,6 +512,8 @@ class StoreOrder extends BaseModel
|
|
|
|
|
|
public static function createOrderPart($orderInfo)
|
|
|
{
|
|
|
+ @file_put_contents('quanju.txt', $orderInfo['cart_id'] . "-报错的购物车id\r\n", 8);
|
|
|
+
|
|
|
$user_info = User::where('uid', $orderInfo['uid'])->find();
|
|
|
$cart_ids = explode(',', $orderInfo['cart_id']);
|
|
|
|