|
@@ -549,7 +549,7 @@ class StoreOrder extends BaseModel
|
|
|
$deduction_price = 0;
|
|
$deduction_price = 0;
|
|
|
@file_put_contents('quanju.txt', json_encode($v)."-测试1\r\n", 8);
|
|
@file_put_contents('quanju.txt', json_encode($v)."-测试1\r\n", 8);
|
|
|
|
|
|
|
|
- $cartInfo = StoreCart::where('id', 'in', $v)->select();
|
|
|
|
|
|
|
+ $cartInfo = StoreCart::where('id', 'in', $v['ids'])->select();
|
|
|
@file_put_contents('quanju.txt', json_encode($cartInfo)."-测试5\r\n", 8);
|
|
@file_put_contents('quanju.txt', json_encode($cartInfo)."-测试5\r\n", 8);
|
|
|
|
|
|
|
|
foreach ($cartInfo as $cart) {
|
|
foreach ($cartInfo as $cart) {
|